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