pub enum ChainIntersection {
Found(Point, Tip),
NotFound(Tip),
}
Variants§
Auto Trait Implementations§
impl Freeze for ChainIntersection
impl RefUnwindSafe for ChainIntersection
impl Send for ChainIntersection
impl Sync for ChainIntersection
impl Unpin for ChainIntersection
impl UnwindSafe for ChainIntersection
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