pub struct RowIDWithConfigState {
pub char_list: String,
pub randomness_length: usize,
}Expand description
This struct contains the state of the RowIDWithConfig struct.
Fields§
§char_list: StringThe list of characters used in the current function.
randomness_length: usizeThe length of randomness used in the current function.
Trait Implementations§
Source§impl Clone for RowIDWithConfigState
impl Clone for RowIDWithConfigState
Source§fn clone(&self) -> RowIDWithConfigState
fn clone(&self) -> RowIDWithConfigState
Returns a duplicate 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 RowIDWithConfigState
impl RefUnwindSafe for RowIDWithConfigState
impl Send for RowIDWithConfigState
impl Sync for RowIDWithConfigState
impl Unpin for RowIDWithConfigState
impl UnwindSafe for RowIDWithConfigState
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