pub struct PersonAndOrganizationAddressId(pub usize);Tuple Fields§
§0: usizeTrait Implementations§
Source§impl Clone for PersonAndOrganizationAddressId
impl Clone for PersonAndOrganizationAddressId
Source§fn clone(&self) -> PersonAndOrganizationAddressId
fn clone(&self) -> PersonAndOrganizationAddressId
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 PersonAndOrganizationAddressId
impl Eq for PersonAndOrganizationAddressId
Source§impl PartialEq for PersonAndOrganizationAddressId
impl PartialEq for PersonAndOrganizationAddressId
Source§fn eq(&self, other: &PersonAndOrganizationAddressId) -> bool
fn eq(&self, other: &PersonAndOrganizationAddressId) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for PersonAndOrganizationAddressId
Auto Trait Implementations§
impl Freeze for PersonAndOrganizationAddressId
impl RefUnwindSafe for PersonAndOrganizationAddressId
impl Send for PersonAndOrganizationAddressId
impl Sync for PersonAndOrganizationAddressId
impl Unpin for PersonAndOrganizationAddressId
impl UnsafeUnpin for PersonAndOrganizationAddressId
impl UnwindSafe for PersonAndOrganizationAddressId
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