pub struct Increases;Expand description
Phantom marker for compile-time direction checking.
Trait Implementations§
Source§impl Gateable for Increases
impl Gateable for Increases
Source§const DIRECTION: RiskDirection = RiskDirection::Increases
const DIRECTION: RiskDirection = RiskDirection::Increases
Runtime echo of the compile-time direction, for logging.
impl Copy for Increases
impl Eq 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