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