pub struct StateVisit(/* private fields */);Expand description
A durable entry into a state, independent of within-state repetition.
Implementations§
Trait Implementations§
Source§impl Clone for StateVisit
impl Clone for StateVisit
impl Copy for StateVisit
Source§impl Debug for StateVisit
impl Debug for StateVisit
Source§impl Default for StateVisit
impl Default for StateVisit
Source§impl<'de> Deserialize<'de> for StateVisit
impl<'de> Deserialize<'de> for StateVisit
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for StateVisit
Source§impl From<StateVisit> for u32
impl From<StateVisit> for u32
Source§fn from(value: StateVisit) -> Self
fn from(value: StateVisit) -> Self
Converts to this type from the input type.
Source§impl Hash for StateVisit
impl Hash for StateVisit
Source§impl Ord for StateVisit
impl Ord for StateVisit
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
1.21.0 (const: unstable) · Source§fn min(self, other: Self) -> Selfwhere
Self: Sized,
fn min(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the minimum of two values. Read more
Source§impl PartialEq for StateVisit
impl PartialEq for StateVisit
Source§impl PartialOrd for StateVisit
impl PartialOrd for StateVisit
Source§impl Serialize for StateVisit
impl Serialize for StateVisit
impl StructuralPartialEq for StateVisit
Auto Trait Implementations§
impl Freeze for StateVisit
impl RefUnwindSafe for StateVisit
impl Send for StateVisit
impl Sync for StateVisit
impl Unpin for StateVisit
impl UnsafeUnpin for StateVisit
impl UnwindSafe for StateVisit
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