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