pub struct RestoreResult {
pub layout: BackupDirectoryLayout,
pub device_link_version: u64,
pub protocol_version: f64,
}Fields§
§layout: BackupDirectoryLayout§device_link_version: u64§protocol_version: f64Trait Implementations§
Source§impl Clone for RestoreResult
impl Clone for RestoreResult
Source§fn clone(&self) -> RestoreResult
fn clone(&self) -> RestoreResult
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 RestoreResult
impl Debug for RestoreResult
Source§impl PartialEq for RestoreResult
impl PartialEq for RestoreResult
Source§fn eq(&self, other: &RestoreResult) -> bool
fn eq(&self, other: &RestoreResult) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for RestoreResult
Auto Trait Implementations§
impl Freeze for RestoreResult
impl RefUnwindSafe for RestoreResult
impl Send for RestoreResult
impl Sync for RestoreResult
impl Unpin for RestoreResult
impl UnsafeUnpin for RestoreResult
impl UnwindSafe for RestoreResult
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