pub struct NegativeInfinity {}Trait Implementations§
Source§impl Debug for NegativeInfinity
impl Debug for NegativeInfinity
Source§impl Display for NegativeInfinity
impl Display for NegativeInfinity
Source§impl<T> From<NegativeInfinity> for ValueWrapper<T>
impl<T> From<NegativeInfinity> for ValueWrapper<T>
Source§fn from(_: NegativeInfinity) -> Self
fn from(_: NegativeInfinity) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for NegativeInfinity
impl RefUnwindSafe for NegativeInfinity
impl Send for NegativeInfinity
impl Sync for NegativeInfinity
impl Unpin for NegativeInfinity
impl UnwindSafe for NegativeInfinity
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