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