pub struct StepFunctionsSnapshot {
pub schema_version: u32,
pub accounts: Option<MultiAccountState<StepFunctionsState>>,
pub state: Option<StepFunctionsState>,
}Fields§
§schema_version: u32§accounts: Option<MultiAccountState<StepFunctionsState>>§state: Option<StepFunctionsState>Trait Implementations§
Source§impl Debug for StepFunctionsSnapshot
impl Debug for StepFunctionsSnapshot
Source§impl<'de> Deserialize<'de> for StepFunctionsSnapshot
impl<'de> Deserialize<'de> for StepFunctionsSnapshot
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
Auto Trait Implementations§
impl Freeze for StepFunctionsSnapshot
impl RefUnwindSafe for StepFunctionsSnapshot
impl Send for StepFunctionsSnapshot
impl Sync for StepFunctionsSnapshot
impl Unpin for StepFunctionsSnapshot
impl UnsafeUnpin for StepFunctionsSnapshot
impl UnwindSafe for StepFunctionsSnapshot
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