pub struct StepInstructions(/* private fields */);Expand description
The instruction text a ceremony stage gives its handler.
Implementations§
Trait Implementations§
Source§impl Clone for StepInstructions
impl Clone for StepInstructions
Source§fn clone(&self) -> StepInstructions
fn clone(&self) -> StepInstructions
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 moreSource§impl Debug for StepInstructions
impl Debug for StepInstructions
Source§impl<'de> Deserialize<'de> for StepInstructions
impl<'de> Deserialize<'de> for StepInstructions
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 StepInstructions
Source§impl PartialEq for StepInstructions
impl PartialEq for StepInstructions
Source§impl Serialize for StepInstructions
impl Serialize for StepInstructions
impl StructuralPartialEq for StepInstructions
Auto Trait Implementations§
impl Freeze for StepInstructions
impl RefUnwindSafe for StepInstructions
impl Send for StepInstructions
impl Sync for StepInstructions
impl Unpin for StepInstructions
impl UnsafeUnpin for StepInstructions
impl UnwindSafe for StepInstructions
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