pub struct RemoteSyncReport { /* private fields */ }Expand description
Result of an explicit remote sync command.
Trait Implementations§
Source§impl Clone for RemoteSyncReport
impl Clone for RemoteSyncReport
Source§fn clone(&self) -> RemoteSyncReport
fn clone(&self) -> RemoteSyncReport
Returns a duplicate of the value. Read more
1.0.0 · 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 RemoteSyncReport
impl Debug for RemoteSyncReport
Source§impl PartialEq for RemoteSyncReport
impl PartialEq for RemoteSyncReport
impl Eq for RemoteSyncReport
impl StructuralPartialEq for RemoteSyncReport
Auto Trait Implementations§
impl Freeze for RemoteSyncReport
impl RefUnwindSafe for RemoteSyncReport
impl Send for RemoteSyncReport
impl Sync for RemoteSyncReport
impl Unpin for RemoteSyncReport
impl UnsafeUnpin for RemoteSyncReport
impl UnwindSafe for RemoteSyncReport
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.