pub struct Increasing<'a> { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl<'a> Default for Increasing<'a>
impl<'a> Default for Increasing<'a>
Source§fn default() -> Increasing<'a>
fn default() -> Increasing<'a>
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl<'a> Freeze for Increasing<'a>
impl<'a> RefUnwindSafe for Increasing<'a>
impl<'a> Send for Increasing<'a>
impl<'a> Sync for Increasing<'a>
impl<'a> Unpin for Increasing<'a>
impl<'a> UnwindSafe for Increasing<'a>
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