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