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