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