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