pub struct StateOutcome {
pub snapshot: SnapshotPolicy,
}Expand description
Result returned by a successful state handler.
Fields§
§snapshot: SnapshotPolicySnapshot hint returned by the state handler.
Trait Implementations§
Source§impl Clone for StateOutcome
impl Clone for StateOutcome
Source§fn clone(&self) -> StateOutcome
fn clone(&self) -> StateOutcome
Returns a duplicate of the value. Read more
1.0.0 · 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 StateOutcome
impl Debug for StateOutcome
Source§impl<'de> Deserialize<'de> for StateOutcome
impl<'de> Deserialize<'de> for StateOutcome
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
Source§impl PartialEq for StateOutcome
impl PartialEq for StateOutcome
Source§impl Serialize for StateOutcome
impl Serialize for StateOutcome
impl Eq for StateOutcome
impl StructuralPartialEq for StateOutcome
Auto Trait Implementations§
impl Freeze for StateOutcome
impl RefUnwindSafe for StateOutcome
impl Send for StateOutcome
impl Sync for StateOutcome
impl Unpin for StateOutcome
impl UnsafeUnpin for StateOutcome
impl UnwindSafe for StateOutcome
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