pub enum SecureAvicType {
Enabled,
Disabled,
}Expand description
Secure AVIC type.
Variants§
Trait Implementations§
Source§impl Debug for SecureAvicType
impl Debug for SecureAvicType
Source§impl Default for SecureAvicType
impl Default for SecureAvicType
Source§fn default() -> SecureAvicType
fn default() -> SecureAvicType
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SecureAvicType
impl<'de> Deserialize<'de> for SecureAvicType
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
Auto Trait Implementations§
impl Freeze for SecureAvicType
impl RefUnwindSafe for SecureAvicType
impl Send for SecureAvicType
impl Sync for SecureAvicType
impl Unpin for SecureAvicType
impl UnsafeUnpin for SecureAvicType
impl UnwindSafe for SecureAvicType
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