pub struct Module<S, B = Vec<Def<S>>> { /* private fields */ }Expand description
Module containing strings S and a body B.
Trait Implementations§
Auto Trait Implementations§
impl<S, B> Freeze for Module<S, B>
impl<S, B> RefUnwindSafe for Module<S, B>where
B: RefUnwindSafe,
S: RefUnwindSafe,
impl<S, B> Send for Module<S, B>
impl<S, B> Sync for Module<S, B>
impl<S, B> Unpin for Module<S, B>
impl<S, B> UnwindSafe for Module<S, B>where
B: UnwindSafe,
S: UnwindSafe,
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