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