pub struct TakeSnapshotParams {
pub snapshot_path: String,
}
Expand description
struct for passing parameters to the method [take_snapshot
]
Fields§
§snapshot_path: String
The directory on the server where the snapshot should be saved.
Trait Implementations§
Source§impl Clone for TakeSnapshotParams
impl Clone for TakeSnapshotParams
Source§fn clone(&self) -> TakeSnapshotParams
fn clone(&self) -> TakeSnapshotParams
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 moreAuto Trait Implementations§
impl Freeze for TakeSnapshotParams
impl RefUnwindSafe for TakeSnapshotParams
impl Send for TakeSnapshotParams
impl Sync for TakeSnapshotParams
impl Unpin for TakeSnapshotParams
impl UnwindSafe for TakeSnapshotParams
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