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