pub enum P0GapKind {
UnknownAction,
}Expand description
The Workshop error identity admitted for a P0 stage gap.
Variants§
UnknownAction
An action spelling is not present in the canonical Workshop catalog.
Implementations§
Trait Implementations§
impl Copy for P0GapKind
impl Eq for P0GapKind
impl StructuralPartialEq for P0GapKind
Auto Trait Implementations§
impl Freeze for P0GapKind
impl RefUnwindSafe for P0GapKind
impl Send for P0GapKind
impl Sync for P0GapKind
impl Unpin for P0GapKind
impl UnsafeUnpin for P0GapKind
impl UnwindSafe for P0GapKind
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