pub struct NoImplProvided;Auto Trait Implementations§
impl Freeze for NoImplProvided
impl RefUnwindSafe for NoImplProvided
impl Send for NoImplProvided
impl Sync for NoImplProvided
impl Unpin for NoImplProvided
impl UnwindSafe for NoImplProvided
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more