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