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