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