pub enum SafetyDecisionType {
RequireConfirmation,
Regular,
}Variants§
Trait Implementations§
Source§impl Clone for SafetyDecisionType
impl Clone for SafetyDecisionType
Source§fn clone(&self) -> SafetyDecisionType
fn clone(&self) -> SafetyDecisionType
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 SafetyDecisionType
impl Debug for SafetyDecisionType
Source§impl<'de> Deserialize<'de> for SafetyDecisionType
impl<'de> Deserialize<'de> for SafetyDecisionType
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 Serialize for SafetyDecisionType
impl Serialize for SafetyDecisionType
impl Copy for SafetyDecisionType
Auto Trait Implementations§
impl Freeze for SafetyDecisionType
impl RefUnwindSafe for SafetyDecisionType
impl Send for SafetyDecisionType
impl Sync for SafetyDecisionType
impl Unpin for SafetyDecisionType
impl UnsafeUnpin for SafetyDecisionType
impl UnwindSafe for SafetyDecisionType
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