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