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