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