pub enum PathHit {
OnPath,
Inside,
}Variants§
Trait Implementations§
impl Copy for PathHit
impl Eq for PathHit
impl StructuralPartialEq for PathHit
Auto Trait Implementations§
impl Freeze for PathHit
impl RefUnwindSafe for PathHit
impl Send for PathHit
impl Sync for PathHit
impl Unpin for PathHit
impl UnsafeUnpin for PathHit
impl UnwindSafe for PathHit
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