pub struct Nomodule;Expand description
The nomodule attribute
Trait Implementations§
Source§impl<'a, E> ElementData<E> for Nomodulewhere
E: HasNomodule<'a>,
impl<'a, E> ElementData<E> for Nomodulewhere
E: HasNomodule<'a>,
impl Eq for Nomodule
impl StructuralPartialEq for Nomodule
Auto Trait Implementations§
impl Freeze for Nomodule
impl RefUnwindSafe for Nomodule
impl Send for Nomodule
impl Sync for Nomodule
impl Unpin for Nomodule
impl UnwindSafe for Nomodule
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