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