pub enum SetupKind {
Full,
Minimal,
}Expand description
Which ordered pipeline to run or report status for.
Variants§
Implementations§
Trait Implementations§
impl Copy for SetupKind
impl Eq for SetupKind
impl StructuralPartialEq for SetupKind
Auto Trait Implementations§
impl Freeze for SetupKind
impl RefUnwindSafe for SetupKind
impl Send for SetupKind
impl Sync for SetupKind
impl Unpin for SetupKind
impl UnsafeUnpin for SetupKind
impl UnwindSafe for SetupKind
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