pub struct Iinf {
pub item_infos: Vec<ItemInfoEntry>,
}
Fields§
§item_infos: Vec<ItemInfoEntry>
Trait Implementations§
impl Eq for Iinf
impl StructuralPartialEq for Iinf
Auto Trait Implementations§
impl Freeze for Iinf
impl RefUnwindSafe for Iinf
impl Send for Iinf
impl Sync for Iinf
impl Unpin for Iinf
impl UnwindSafe for Iinf
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