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