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