pub enum RealProjectGapKind {
UnknownAction,
}Expand description
The Workshop error identity admitted for a real-project stage gap.
Variants§
UnknownAction
An action spelling is not present in the canonical Workshop catalog.
Implementations§
Trait Implementations§
Source§impl Clone for RealProjectGapKind
impl Clone for RealProjectGapKind
Source§fn clone(&self) -> RealProjectGapKind
fn clone(&self) -> RealProjectGapKind
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for RealProjectGapKind
Source§impl Debug for RealProjectGapKind
impl Debug for RealProjectGapKind
impl Eq for RealProjectGapKind
Source§impl PartialEq for RealProjectGapKind
impl PartialEq for RealProjectGapKind
impl StructuralPartialEq for RealProjectGapKind
Auto Trait Implementations§
impl Freeze for RealProjectGapKind
impl RefUnwindSafe for RealProjectGapKind
impl Send for RealProjectGapKind
impl Sync for RealProjectGapKind
impl Unpin for RealProjectGapKind
impl UnsafeUnpin for RealProjectGapKind
impl UnwindSafe for RealProjectGapKind
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