pub struct INFINITY;
Trait Implementations§
impl Copy for INFINITY
Auto Trait Implementations§
impl Freeze for INFINITY
impl RefUnwindSafe for INFINITY
impl Send for INFINITY
impl Sync for INFINITY
impl Unpin for INFINITY
impl UnwindSafe for INFINITY
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