pub enum SweepKind {
Cut,
Dogear,
All,
}Expand description
sweep stays cut/dogear (r48): it is a cross-repo open-friction aggregate
and a promotion has no open state to aggregate. The two enums are separate
types so a promotion value cannot reach sweep at all.
Variants§
Trait Implementations§
impl Copy for SweepKind
impl Eq for SweepKind
impl StructuralPartialEq for SweepKind
Auto Trait Implementations§
impl Freeze for SweepKind
impl RefUnwindSafe for SweepKind
impl Send for SweepKind
impl Sync for SweepKind
impl Unpin for SweepKind
impl UnsafeUnpin for SweepKind
impl UnwindSafe for SweepKind
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.