pub struct SaveResult {
pub snapshot_id: String,
pub stats: SnapshotStats,
}Fields§
§snapshot_id: String§stats: SnapshotStatsTrait Implementations§
Auto Trait Implementations§
impl Freeze for SaveResult
impl RefUnwindSafe for SaveResult
impl Send for SaveResult
impl Sync for SaveResult
impl Unpin for SaveResult
impl UnsafeUnpin for SaveResult
impl UnwindSafe for SaveResult
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