pub struct AheadBehindResult {
pub ahead: u32,
pub behind: u32,
}Fields§
§ahead: u32§behind: u32Trait Implementations§
Source§impl Clone for AheadBehindResult
impl Clone for AheadBehindResult
Source§fn clone(&self) -> AheadBehindResult
fn clone(&self) -> AheadBehindResult
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 AheadBehindResult
impl Debug for AheadBehindResult
Auto Trait Implementations§
impl Freeze for AheadBehindResult
impl RefUnwindSafe for AheadBehindResult
impl Send for AheadBehindResult
impl Sync for AheadBehindResult
impl Unpin for AheadBehindResult
impl UnsafeUnpin for AheadBehindResult
impl UnwindSafe for AheadBehindResult
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