pub struct NatLt<A: NatT, B: NatT>(/* private fields */);Expand description
Represent the boolean value a < b.
Trait Implementations§
Auto Trait Implementations§
impl<A, B> Freeze for NatLt<A, B>
impl<A, B> RefUnwindSafe for NatLt<A, B>where
A: RefUnwindSafe,
B: RefUnwindSafe,
impl<A, B> Send for NatLt<A, B>
impl<A, B> Sync for NatLt<A, B>
impl<A, B> Unpin for NatLt<A, B>
impl<A, B> UnwindSafe for NatLt<A, B>where
A: UnwindSafe,
B: UnwindSafe,
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