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