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