pub struct CharPty { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Arbitrary for CharPty
impl Arbitrary for CharPty
Source§type Parameters = (<String as Arbitrary>::Parameters, <Option<PathBuf> as Arbitrary>::Parameters, <Option<OnOff> as Arbitrary>::Parameters, <Option<PathBuf> as Arbitrary>::Parameters, <Option<OnOff> as Arbitrary>::Parameters)
type Parameters = (<String as Arbitrary>::Parameters, <Option<PathBuf> as Arbitrary>::Parameters, <Option<OnOff> as Arbitrary>::Parameters, <Option<PathBuf> as Arbitrary>::Parameters, <Option<OnOff> as Arbitrary>::Parameters)
The type of parameters that
arbitrary_with accepts for configuration
of the generated Strategy. Parameters must implement Default.Source§type Strategy = Map<(<String as Arbitrary>::Strategy, <Option<PathBuf> as Arbitrary>::Strategy, <Option<OnOff> as Arbitrary>::Strategy, <Option<PathBuf> as Arbitrary>::Strategy, <Option<OnOff> as Arbitrary>::Strategy), fn((String, Option<PathBuf>, Option<OnOff>, Option<PathBuf>, Option<OnOff>)) -> CharPty>
type Strategy = Map<(<String as Arbitrary>::Strategy, <Option<PathBuf> as Arbitrary>::Strategy, <Option<OnOff> as Arbitrary>::Strategy, <Option<PathBuf> as Arbitrary>::Strategy, <Option<OnOff> as Arbitrary>::Strategy), fn((String, Option<PathBuf>, Option<OnOff>, Option<PathBuf>, Option<OnOff>)) -> CharPty>
The type of
Strategy used to generate values of type Self.Source§fn arbitrary_with(_top: Self::Parameters) -> Self::Strategy
fn arbitrary_with(_top: Self::Parameters) -> Self::Strategy
Source§impl Ord for CharPty
impl Ord for CharPty
Source§impl PartialOrd for CharPty
impl PartialOrd for CharPty
impl Eq for CharPty
impl StructuralPartialEq for CharPty
Auto Trait Implementations§
impl Freeze for CharPty
impl RefUnwindSafe for CharPty
impl Send for CharPty
impl Sync for CharPty
impl Unpin for CharPty
impl UnsafeUnpin for CharPty
impl UnwindSafe for CharPty
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