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