Struct armnod::ConstantLengthChooser
source · pub struct ConstantLengthChooser { /* private fields */ }Expand description
ConstantLengthChooser generates strings of uniform length.
Implementations§
source§impl ConstantLengthChooser
impl ConstantLengthChooser
sourcepub fn new(length: u32) -> Self
pub fn new(length: u32) -> Self
Create a new ConstantLengthChooser that will generate strings of length characters.
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for ConstantLengthChooser
impl Send for ConstantLengthChooser
impl Sync for ConstantLengthChooser
impl Unpin for ConstantLengthChooser
impl UnwindSafe for ConstantLengthChooser
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