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