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