pub struct Pitm {
pub item_id: u32,
}Fields§
§item_id: u32Trait Implementations§
impl Eq for Pitm
impl MetaAtom for Pitm
impl StructuralPartialEq for Pitm
Auto Trait Implementations§
impl Freeze for Pitm
impl RefUnwindSafe for Pitm
impl Send for Pitm
impl Sync for Pitm
impl Unpin for Pitm
impl UnwindSafe for Pitm
Blanket Implementations§
Source§impl<T> Atom for Twhere
T: AtomExt,
impl<T> Atom for Twhere
T: AtomExt,
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