pub struct FsDevSynth { /* private fields */ }Expand description
A synthetic -fsdev synth,... backend used by QTests.
Implementations§
Source§impl FsDevSynth
impl FsDevSynth
Sourcepub fn builder() -> FsDevSynthBuilder
pub fn builder() -> FsDevSynthBuilder
Create an instance of FsDevSynth using the builder syntax
Trait Implementations§
Source§impl Arbitrary for FsDevSynth
impl Arbitrary for FsDevSynth
Source§type Parameters = (<String as Arbitrary>::Parameters, <Option<()> as Arbitrary>::Parameters)
type Parameters = (<String as Arbitrary>::Parameters, <Option<()> 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<()> as Arbitrary>::Strategy), fn((String, Option<()>)) -> FsDevSynth>
type Strategy = Map<(<String as Arbitrary>::Strategy, <Option<()> as Arbitrary>::Strategy), fn((String, Option<()>)) -> FsDevSynth>
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 Clone for FsDevSynth
impl Clone for FsDevSynth
Source§fn clone(&self) -> FsDevSynth
fn clone(&self) -> FsDevSynth
Returns a duplicate 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 FsDevSynth
impl Debug for FsDevSynth
Source§impl Hash for FsDevSynth
impl Hash for FsDevSynth
Source§impl Ord for FsDevSynth
impl Ord for FsDevSynth
Source§fn cmp(&self, other: &FsDevSynth) -> Ordering
fn cmp(&self, other: &FsDevSynth) -> 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 FsDevSynth
impl PartialEq for FsDevSynth
Source§impl PartialOrd for FsDevSynth
impl PartialOrd for FsDevSynth
impl Eq for FsDevSynth
impl StructuralPartialEq for FsDevSynth
Auto Trait Implementations§
impl Freeze for FsDevSynth
impl RefUnwindSafe for FsDevSynth
impl Send for FsDevSynth
impl Sync for FsDevSynth
impl Unpin for FsDevSynth
impl UnsafeUnpin for FsDevSynth
impl UnwindSafe for FsDevSynth
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