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