pub struct Mod<'a> { /* private fields */ }Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for Mod<'a>
impl<'a> !RefUnwindSafe for Mod<'a>
impl<'a> !Send for Mod<'a>
impl<'a> !Sync for Mod<'a>
impl<'a> Unpin for Mod<'a>
impl<'a> !UnwindSafe for Mod<'a>
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