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