pub struct Modules<S, P> { /* private fields */ }Expand description
Tree of modules containing definitions, and a main module.
Auto Trait Implementations§
impl<S, P> Freeze for Modules<S, P>
impl<S, P> RefUnwindSafe for Modules<S, P>where
S: RefUnwindSafe,
P: RefUnwindSafe,
impl<S, P> Send for Modules<S, P>
impl<S, P> Sync for Modules<S, P>
impl<S, P> Unpin for Modules<S, P>
impl<S, P> UnsafeUnpin for Modules<S, P>where
S: UnsafeUnpin,
P: UnsafeUnpin,
impl<S, P> UnwindSafe for Modules<S, P>where
S: UnwindSafe,
P: 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