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