pub struct AtId(pub u64);Tuple Fields§
§0: u64Trait Implementations§
impl Copy for AtId
impl Eq for AtId
impl StructuralPartialEq for AtId
Auto Trait Implementations§
impl Freeze for AtId
impl RefUnwindSafe for AtId
impl Send for AtId
impl Sync for AtId
impl Unpin for AtId
impl UnsafeUnpin for AtId
impl UnwindSafe for AtId
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