pub struct ModList {
pub mods: Vec<Mod>,
}Fields§
§mods: Vec<Mod>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ModList
impl RefUnwindSafe for ModList
impl Send for ModList
impl Sync for ModList
impl Unpin for ModList
impl UnwindSafe for ModList
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