pub struct PullSyncResult {
pub restored: bool,
pub files_restored: usize,
}Fields§
§restored: bool§files_restored: usizeTrait Implementations§
Auto Trait Implementations§
impl Freeze for PullSyncResult
impl RefUnwindSafe for PullSyncResult
impl Send for PullSyncResult
impl Sync for PullSyncResult
impl Unpin for PullSyncResult
impl UnsafeUnpin for PullSyncResult
impl UnwindSafe for PullSyncResult
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