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