pub struct SortedRandomParam {
pub count: ConstOrEnv<usize>,
pub min_length: ConstOrEnv<u32>,
pub max_length: ConstOrEnv<u32>,
}Fields§
§count: ConstOrEnv<usize>§min_length: ConstOrEnv<u32>§max_length: ConstOrEnv<u32>Trait Implementations§
Source§impl Clone for SortedRandomParam
impl Clone for SortedRandomParam
Source§fn clone(&self) -> SortedRandomParam
fn clone(&self) -> SortedRandomParam
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 moreSource§impl Debug for SortedRandomParam
impl Debug for SortedRandomParam
Source§impl<'de> Deserialize<'de> for SortedRandomParam
impl<'de> Deserialize<'de> for SortedRandomParam
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for SortedRandomParam
impl RefUnwindSafe for SortedRandomParam
impl Send for SortedRandomParam
impl Sync for SortedRandomParam
impl Unpin for SortedRandomParam
impl UnwindSafe for SortedRandomParam
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