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