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