pub struct StableSnapshotContextFrame {
pub target: Option<String>,
pub action: Option<String>,
pub locator: Option<String>,
pub path: Vec<String>,
pub metadata: ErrorMetadata,
}Fields§
§target: Option<String>§action: Option<String>§locator: Option<String>§path: Vec<String>§metadata: ErrorMetadataTrait Implementations§
Source§impl Clone for StableSnapshotContextFrame
impl Clone for StableSnapshotContextFrame
Source§fn clone(&self) -> StableSnapshotContextFrame
fn clone(&self) -> StableSnapshotContextFrame
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 StableSnapshotContextFrame
impl Debug for StableSnapshotContextFrame
Source§impl From<&SnapshotContextFrame> for StableSnapshotContextFrame
impl From<&SnapshotContextFrame> for StableSnapshotContextFrame
Source§fn from(value: &SnapshotContextFrame) -> Self
fn from(value: &SnapshotContextFrame) -> Self
Converts to this type from the input type.
Source§impl From<&StableSnapshotContextFrame> for OperationContext
impl From<&StableSnapshotContextFrame> for OperationContext
Source§fn from(value: &StableSnapshotContextFrame) -> Self
fn from(value: &StableSnapshotContextFrame) -> Self
Converts to this type from the input type.
Source§impl From<&StableSnapshotContextFrame> for SnapshotContextFrame
impl From<&StableSnapshotContextFrame> for SnapshotContextFrame
Source§fn from(value: &StableSnapshotContextFrame) -> Self
fn from(value: &StableSnapshotContextFrame) -> Self
Converts to this type from the input type.
Source§impl From<SnapshotContextFrame> for StableSnapshotContextFrame
impl From<SnapshotContextFrame> for StableSnapshotContextFrame
Source§fn from(value: SnapshotContextFrame) -> Self
fn from(value: SnapshotContextFrame) -> Self
Converts to this type from the input type.
Source§impl From<StableSnapshotContextFrame> for OperationContext
impl From<StableSnapshotContextFrame> for OperationContext
Source§fn from(value: StableSnapshotContextFrame) -> Self
fn from(value: StableSnapshotContextFrame) -> Self
Converts to this type from the input type.
Source§impl From<StableSnapshotContextFrame> for SnapshotContextFrame
impl From<StableSnapshotContextFrame> for SnapshotContextFrame
Source§fn from(value: StableSnapshotContextFrame) -> Self
fn from(value: StableSnapshotContextFrame) -> Self
Converts to this type from the input type.
impl StructuralPartialEq for StableSnapshotContextFrame
Auto Trait Implementations§
impl Freeze for StableSnapshotContextFrame
impl RefUnwindSafe for StableSnapshotContextFrame
impl Send for StableSnapshotContextFrame
impl Sync for StableSnapshotContextFrame
impl Unpin for StableSnapshotContextFrame
impl UnsafeUnpin for StableSnapshotContextFrame
impl UnwindSafe for StableSnapshotContextFrame
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