pub struct MethodDef(/* private fields */);Trait Implementations§
Source§impl Ord for MethodDef
impl Ord for MethodDef
Source§impl PartialOrd for MethodDef
impl PartialOrd for MethodDef
impl Copy for MethodDef
impl Eq for MethodDef
impl StructuralPartialEq for MethodDef
Auto Trait Implementations§
impl Freeze for MethodDef
impl RefUnwindSafe for MethodDef
impl Send for MethodDef
impl Sync for MethodDef
impl Unpin for MethodDef
impl UnwindSafe for MethodDef
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