pub struct SessionCycleStep {
pub stage: FlowStage,
pub outcome: FlowOutcome,
pub reason: Option<String>,
}Fields§
§stage: FlowStage§outcome: FlowOutcome§reason: Option<String>Implementations§
Trait Implementations§
Source§impl Clone for SessionCycleStep
impl Clone for SessionCycleStep
Source§fn clone(&self) -> SessionCycleStep
fn clone(&self) -> SessionCycleStep
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 SessionCycleStep
impl Debug for SessionCycleStep
impl Eq for SessionCycleStep
Source§impl PartialEq for SessionCycleStep
impl PartialEq for SessionCycleStep
Source§fn eq(&self, other: &SessionCycleStep) -> bool
fn eq(&self, other: &SessionCycleStep) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for SessionCycleStep
Auto Trait Implementations§
impl Freeze for SessionCycleStep
impl RefUnwindSafe for SessionCycleStep
impl Send for SessionCycleStep
impl Sync for SessionCycleStep
impl Unpin for SessionCycleStep
impl UnsafeUnpin for SessionCycleStep
impl UnwindSafe for SessionCycleStep
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