pub enum VecArbitraryStep {
InnerMutatorIsUnit {
length_step: usize,
},
Normal {
make_empty: bool,
},
}Variants§
Trait Implementations§
Source§impl Clone for VecArbitraryStep
impl Clone for VecArbitraryStep
Source§fn clone(&self) -> VecArbitraryStep
fn clone(&self) -> VecArbitraryStep
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for VecArbitraryStep
impl RefUnwindSafe for VecArbitraryStep
impl Send for VecArbitraryStep
impl Sync for VecArbitraryStep
impl Unpin for VecArbitraryStep
impl UnwindSafe for VecArbitraryStep
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