pub struct Real;Implementations§
Trait Implementations§
Source§impl PartialOrdLogic for Real
impl PartialOrdLogic for Real
Source§fn irreflexive(self)
fn irreflexive(self)
logic ⚠
ensures
!(self < self)Source§fn transitive(x: Self, y: Self, z: Self)
fn transitive(x: Self, y: Self, z: Self)
logic ⚠
requires
x < yrequires
y < zensures
x < zAuto Trait Implementations§
impl Freeze for Real
impl Objective for Real
impl RefUnwindSafe for Real
impl Send for Real
impl Sync for Real
impl Unpin for Real
impl UnsafeUnpin for Real
impl UnwindSafe for Real
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