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