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