pub struct CharFile { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Arbitrary for CharFile
impl Arbitrary for CharFile
Source§type Parameters = (<String as Arbitrary>::Parameters, <PathBuf 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, <PathBuf 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, <PathBuf 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, PathBuf, Option<PathBuf>, Option<OnOff>, Option<PathBuf>, Option<OnOff>)) -> CharFile>
type Strategy = Map<(<String as Arbitrary>::Strategy, <PathBuf 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, PathBuf, Option<PathBuf>, Option<OnOff>, Option<PathBuf>, Option<OnOff>)) -> CharFile>
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 CharFile
impl Ord for CharFile
Source§impl PartialOrd for CharFile
impl PartialOrd for CharFile
impl Eq for CharFile
impl StructuralPartialEq for CharFile
Auto Trait Implementations§
impl Freeze for CharFile
impl RefUnwindSafe for CharFile
impl Send for CharFile
impl Sync for CharFile
impl Unpin for CharFile
impl UnsafeUnpin for CharFile
impl UnwindSafe for CharFile
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