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