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