pub struct MethodNotPresent;
Auto Trait Implementations§
impl Freeze for MethodNotPresent
impl RefUnwindSafe for MethodNotPresent
impl Send for MethodNotPresent
impl Sync for MethodNotPresent
impl Unpin for MethodNotPresent
impl UnwindSafe for MethodNotPresent
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