pub struct PersonalAddressId(pub usize);Tuple Fields§
§0: usizeTrait Implementations§
Source§impl Clone for PersonalAddressId
impl Clone for PersonalAddressId
Source§fn clone(&self) -> PersonalAddressId
fn clone(&self) -> PersonalAddressId
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for PersonalAddressId
Source§impl Debug for PersonalAddressId
impl Debug for PersonalAddressId
impl Eq for PersonalAddressId
Source§impl Hash for PersonalAddressId
impl Hash for PersonalAddressId
Source§impl PartialEq for PersonalAddressId
impl PartialEq for PersonalAddressId
Source§fn eq(&self, other: &PersonalAddressId) -> bool
fn eq(&self, other: &PersonalAddressId) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for PersonalAddressId
Auto Trait Implementations§
impl Freeze for PersonalAddressId
impl RefUnwindSafe for PersonalAddressId
impl Send for PersonalAddressId
impl Sync for PersonalAddressId
impl Unpin for PersonalAddressId
impl UnsafeUnpin for PersonalAddressId
impl UnwindSafe for PersonalAddressId
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