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