pub enum VisibleSecurityStateChangedMethod {
VisibleSecurityStateChanged,
}Variants§
VisibleSecurityStateChanged
Trait Implementations§
Source§impl Clone for VisibleSecurityStateChangedMethod
impl Clone for VisibleSecurityStateChangedMethod
Source§fn clone(&self) -> VisibleSecurityStateChangedMethod
fn clone(&self) -> VisibleSecurityStateChangedMethod
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<'de> Deserialize<'de> for VisibleSecurityStateChangedMethod
impl<'de> Deserialize<'de> for VisibleSecurityStateChangedMethod
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 VisibleSecurityStateChangedMethod
impl PartialEq for VisibleSecurityStateChangedMethod
Source§fn eq(&self, other: &VisibleSecurityStateChangedMethod) -> bool
fn eq(&self, other: &VisibleSecurityStateChangedMethod) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for VisibleSecurityStateChangedMethod
Auto Trait Implementations§
impl Freeze for VisibleSecurityStateChangedMethod
impl RefUnwindSafe for VisibleSecurityStateChangedMethod
impl Send for VisibleSecurityStateChangedMethod
impl Sync for VisibleSecurityStateChangedMethod
impl Unpin for VisibleSecurityStateChangedMethod
impl UnsafeUnpin for VisibleSecurityStateChangedMethod
impl UnwindSafe for VisibleSecurityStateChangedMethod
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