pub struct StringParam(/* private fields */);
Expand description
Wraps the regex that forms the Strategy
for String
so that a sensible
Default
can be given. The default is a string of non-control characters.
Trait Implementations§
source§impl Clone for StringParam
impl Clone for StringParam
source§fn clone(&self) -> StringParam
fn clone(&self) -> StringParam
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 moresource§impl Debug for StringParam
impl Debug for StringParam
source§impl Default for StringParam
impl Default for StringParam
source§impl From<&'static str> for StringParam
impl From<&'static str> for StringParam
source§impl From<StringParam> for &'static str
impl From<StringParam> for &'static str
source§fn from(x: StringParam) -> Self
fn from(x: StringParam) -> Self
Converts to this type from the input type.
source§impl Hash for StringParam
impl Hash for StringParam
source§impl Ord for StringParam
impl Ord for StringParam
source§fn cmp(&self, other: &StringParam) -> Ordering
fn cmp(&self, other: &StringParam) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq for StringParam
impl PartialEq for StringParam
source§impl PartialOrd for StringParam
impl PartialOrd for StringParam
impl Copy for StringParam
impl Eq for StringParam
impl StructuralPartialEq for StringParam
Auto Trait Implementations§
impl Freeze for StringParam
impl RefUnwindSafe for StringParam
impl Send for StringParam
impl Sync for StringParam
impl Unpin for StringParam
impl UnwindSafe for StringParam
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)