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