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 Freeze for MatchingCapStrategy
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