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