pub struct StateIteration(/* private fields */);Expand description
One complete execution of every step in a ceremony state.
Implementations§
Trait Implementations§
Source§impl Clone for StateIteration
impl Clone for StateIteration
impl Copy for StateIteration
Source§impl Debug for StateIteration
impl Debug for StateIteration
Source§impl Default for StateIteration
impl Default for StateIteration
Source§impl<'de> Deserialize<'de> for StateIteration
impl<'de> Deserialize<'de> for StateIteration
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 StateIteration
Source§impl Ord for StateIteration
impl Ord for StateIteration
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 StateIteration
impl PartialEq for StateIteration
Source§impl PartialOrd for StateIteration
impl PartialOrd for StateIteration
Source§impl Serialize for StateIteration
impl Serialize for StateIteration
impl StructuralPartialEq for StateIteration
Auto Trait Implementations§
impl Freeze for StateIteration
impl RefUnwindSafe for StateIteration
impl Send for StateIteration
impl Sync for StateIteration
impl Unpin for StateIteration
impl UnsafeUnpin for StateIteration
impl UnwindSafe for StateIteration
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