pub enum RuntimeEnvelopeConfig {
None,
CoseSign1,
}Variants§
Trait Implementations§
Source§impl Clone for RuntimeEnvelopeConfig
impl Clone for RuntimeEnvelopeConfig
Source§fn clone(&self) -> RuntimeEnvelopeConfig
fn clone(&self) -> RuntimeEnvelopeConfig
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for RuntimeEnvelopeConfig
impl Debug for RuntimeEnvelopeConfig
Source§impl Default for RuntimeEnvelopeConfig
impl Default for RuntimeEnvelopeConfig
Source§fn default() -> RuntimeEnvelopeConfig
fn default() -> RuntimeEnvelopeConfig
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for RuntimeEnvelopeConfig
impl<'de> Deserialize<'de> for RuntimeEnvelopeConfig
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for RuntimeEnvelopeConfig
impl PartialEq for RuntimeEnvelopeConfig
Source§impl Serialize for RuntimeEnvelopeConfig
impl Serialize for RuntimeEnvelopeConfig
impl Eq for RuntimeEnvelopeConfig
impl StructuralPartialEq for RuntimeEnvelopeConfig
Auto Trait Implementations§
impl Freeze for RuntimeEnvelopeConfig
impl RefUnwindSafe for RuntimeEnvelopeConfig
impl Send for RuntimeEnvelopeConfig
impl Sync for RuntimeEnvelopeConfig
impl Unpin for RuntimeEnvelopeConfig
impl UnsafeUnpin for RuntimeEnvelopeConfig
impl UnwindSafe for RuntimeEnvelopeConfig
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more