Struct StringParam

struct StringParam(_)

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.

Implementations

impl Clone for StringParam

fn clone(self: &Self) -> StringParam

impl Copy for StringParam

impl Debug for StringParam

fn fmt(self: &Self, f: &mut $crate::fmt::Formatter<'_>) -> $crate::fmt::Result

impl Default for StringParam

fn default() -> Self

impl Eq for StringParam

impl Freeze for StringParam

impl From for StringParam

fn from(x: &'static str) -> Self

impl Hash for StringParam

fn hash<__H: $crate::hash::Hasher>(self: &Self, state: &mut __H)

impl Ord for StringParam

fn cmp(self: &Self, other: &StringParam) -> $crate::cmp::Ordering

impl PartialEq for StringParam

fn eq(self: &Self, other: &StringParam) -> bool

impl PartialOrd for StringParam

fn partial_cmp(self: &Self, other: &StringParam) -> $crate::option::Option<$crate::cmp::Ordering>

impl RefUnwindSafe for StringParam

impl Send for StringParam

impl StructuralPartialEq for StringParam

impl Sync for StringParam

impl Unpin for StringParam

impl UnwindSafe for StringParam

impl<T> Any for StringParam

fn type_id(self: &Self) -> TypeId

impl<T> Borrow for StringParam

fn borrow(self: &Self) -> &T

impl<T> BorrowMut for StringParam

fn borrow_mut(self: &mut Self) -> &mut T

impl<T> CloneToUninit for StringParam

unsafe fn clone_to_uninit(self: &Self, dest: *mut u8)

impl<T> From for StringParam

fn from(t: T) -> T

Returns the argument unchanged.

impl<T> ToOwned for StringParam

fn to_owned(self: &Self) -> T
fn clone_into(self: &Self, target: &mut T)

impl<T, U> Into for StringParam

fn into(self: Self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of [From]<T> for U chooses to do.

impl<T, U> TryFrom for StringParam

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

impl<T, U> TryInto for StringParam

fn try_into(self: Self) -> Result<U, <U as TryFrom<T>>::Error>

impl<V, T> VZip for StringParam

fn vzip(self: Self) -> V