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