pub struct Increases;Expand description
Phantom marker type representing RiskDirection::Increases at the
type level. Used to parameterize FrictionGate.
Trait Implementations§
impl Copy for Increases
impl Eq for Increases
impl GateableDirection for Increases
impl StructuralPartialEq for Increases
Auto Trait Implementations§
impl Freeze for Increases
impl RefUnwindSafe for Increases
impl Send for Increases
impl Sync for Increases
impl Unpin for Increases
impl UnsafeUnpin for Increases
impl UnwindSafe for Increases
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