pub struct ItemMod {
pub meta: Meta,
pub name: String,
pub items: Vec<Item>,
}Expand description
Module item.
Fields§
§meta: Meta§name: String§items: Vec<Item>Trait Implementations§
impl Eq for ItemMod
impl StructuralPartialEq for ItemMod
Auto Trait Implementations§
impl Freeze for ItemMod
impl RefUnwindSafe for ItemMod
impl Send for ItemMod
impl Sync for ItemMod
impl Unpin for ItemMod
impl UnsafeUnpin for ItemMod
impl UnwindSafe for ItemMod
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