pub struct RollbackSnapshotParams {
pub id: i64,
pub rollback_snapshot_request: RollbackSnapshotRequest,
}Expand description
struct for passing parameters to the method rollback_snapshot
Fields§
§id: i64ID of the Storage Box.
rollback_snapshot_request: RollbackSnapshotRequestTrait Implementations§
Source§impl Clone for RollbackSnapshotParams
impl Clone for RollbackSnapshotParams
Source§fn clone(&self) -> RollbackSnapshotParams
fn clone(&self) -> RollbackSnapshotParams
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 RollbackSnapshotParams
impl Debug for RollbackSnapshotParams
Source§impl Default for RollbackSnapshotParams
impl Default for RollbackSnapshotParams
Source§fn default() -> RollbackSnapshotParams
fn default() -> RollbackSnapshotParams
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for RollbackSnapshotParams
impl RefUnwindSafe for RollbackSnapshotParams
impl Send for RollbackSnapshotParams
impl Sync for RollbackSnapshotParams
impl Unpin for RollbackSnapshotParams
impl UnsafeUnpin for RollbackSnapshotParams
impl UnwindSafe for RollbackSnapshotParams
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