pub struct PersonID(/* private fields */);Implementations§
Trait Implementations§
Source§impl Ord for PersonID
impl Ord for PersonID
Source§impl PartialOrd for PersonID
impl PartialOrd for PersonID
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 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