pub enum Get2Error {
CoordsEqual,
LeftOutOfBounds,
RightOutOfBounds,
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Get2Error
impl RefUnwindSafe for Get2Error
impl Send for Get2Error
impl Sync for Get2Error
impl Unpin for Get2Error
impl UnwindSafe for Get2Error
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