pub struct IncrementingInt32 { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl ArrayGenerator for IncrementingInt32
impl ArrayGenerator for IncrementingInt32
Auto Trait Implementations§
impl Freeze for IncrementingInt32
impl RefUnwindSafe for IncrementingInt32
impl Send for IncrementingInt32
impl Sync for IncrementingInt32
impl Unpin for IncrementingInt32
impl UnwindSafe for IncrementingInt32
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