pub struct AheadBehind {
pub ahead: i32,
pub behind: i32,
}
Fields§
§ahead: i32
§behind: i32
Trait Implementations§
Source§impl Debug for AheadBehind
impl Debug for AheadBehind
Source§impl PartialEq for AheadBehind
impl PartialEq for AheadBehind
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 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