pub struct OperationCanonicalState { /* private fields */ }Expand description
Canonical per-operation state as captured in persisted snapshots.
Trait Implementations§
Source§impl Clone for OperationCanonicalState
impl Clone for OperationCanonicalState
Source§fn clone(&self) -> OperationCanonicalState
fn clone(&self) -> OperationCanonicalState
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 OperationCanonicalState
impl Debug for OperationCanonicalState
Source§impl<'de> Deserialize<'de> for OperationCanonicalState
impl<'de> Deserialize<'de> for OperationCanonicalState
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 OperationCanonicalState
impl RefUnwindSafe for OperationCanonicalState
impl Send for OperationCanonicalState
impl Sync for OperationCanonicalState
impl Unpin for OperationCanonicalState
impl UnsafeUnpin for OperationCanonicalState
impl UnwindSafe for OperationCanonicalState
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