pub enum MatchingCapStrategy {
Cap,
Redistribute,
}
Variants§
Trait Implementations§
source§impl Default for MatchingCapStrategy
impl Default for MatchingCapStrategy
source§fn default() -> MatchingCapStrategy
fn default() -> MatchingCapStrategy
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for MatchingCapStrategy
impl Send for MatchingCapStrategy
impl Sync for MatchingCapStrategy
impl Unpin for MatchingCapStrategy
impl UnwindSafe for MatchingCapStrategy
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