pub struct TakeSnapshotOptions {
pub sandbox: String,
pub name: Option<String>,
}Expand description
Options for taking a snapshot.
Fields§
§sandbox: String§name: Option<String>Trait Implementations§
Source§impl Debug for TakeSnapshotOptions
impl Debug for TakeSnapshotOptions
Source§impl Default for TakeSnapshotOptions
impl Default for TakeSnapshotOptions
Source§fn default() -> TakeSnapshotOptions
fn default() -> TakeSnapshotOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for TakeSnapshotOptions
impl RefUnwindSafe for TakeSnapshotOptions
impl Send for TakeSnapshotOptions
impl Sync for TakeSnapshotOptions
impl Unpin for TakeSnapshotOptions
impl UnwindSafe for TakeSnapshotOptions
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