pub enum GateKind {
Score,
Regression,
Stability,
}Variants§
Trait Implementations§
impl StructuralPartialEq for GateKind
Auto Trait Implementations§
impl Freeze for GateKind
impl RefUnwindSafe for GateKind
impl Send for GateKind
impl Sync for GateKind
impl Unpin for GateKind
impl UnsafeUnpin for GateKind
impl UnwindSafe for GateKind
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