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