pub struct Visits {
pub first: usize,
pub last: usize,
pub begins_conflict: bool,
pub ends_conflict: bool,
pub has_brothers: bool,
}
Fields§
§first: usize
§last: usize
§begins_conflict: bool
§ends_conflict: bool
§has_brothers: bool
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Visits
impl RefUnwindSafe for Visits
impl Send for Visits
impl Sync for Visits
impl Unpin for Visits
impl UnwindSafe for Visits
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