pub enum Neighbors {
Two(usize, usize),
One(usize),
}Variants§
Auto Trait Implementations§
impl Freeze for Neighbors
impl RefUnwindSafe for Neighbors
impl Send for Neighbors
impl Sync for Neighbors
impl Unpin for Neighbors
impl UnsafeUnpin for Neighbors
impl UnwindSafe for Neighbors
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