pub struct SnapshotOutput {
pub snapshot_id: String,
pub truncated: bool,
pub elements: Vec<ElementOut>,
}Fields§
§snapshot_id: String§truncated: bool§elements: Vec<ElementOut>Trait Implementations§
Source§impl Clone for SnapshotOutput
impl Clone for SnapshotOutput
Source§impl Debug for SnapshotOutput
impl Debug for SnapshotOutput
Source§impl PartialEq for SnapshotOutput
impl PartialEq for SnapshotOutput
impl StructuralPartialEq for SnapshotOutput
Auto Trait Implementations§
impl Freeze for SnapshotOutput
impl RefUnwindSafe for SnapshotOutput
impl Send for SnapshotOutput
impl Sync for SnapshotOutput
impl Unpin for SnapshotOutput
impl UnsafeUnpin for SnapshotOutput
impl UnwindSafe for SnapshotOutput
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