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