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