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