pub struct UnstableInput { /* private fields */ }Expand description
-compat unstable-input=...,unstable-output=....
Implementations§
Source§impl UnstableInput
impl UnstableInput
Sourcepub fn builder() -> UnstableInputBuilder
pub fn builder() -> UnstableInputBuilder
Create an instance of UnstableInput using the builder syntax
Trait Implementations§
Source§impl Arbitrary for UnstableInput
impl Arbitrary for UnstableInput
Source§type Parameters = (<AcceptRejectCrash as Arbitrary>::Parameters, <AcceptHide as Arbitrary>::Parameters)
type Parameters = (<AcceptRejectCrash as Arbitrary>::Parameters, <AcceptHide 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<(<AcceptRejectCrash as Arbitrary>::Strategy, <AcceptHide as Arbitrary>::Strategy), fn((AcceptRejectCrash, AcceptHide)) -> UnstableInput>
type Strategy = Map<(<AcceptRejectCrash as Arbitrary>::Strategy, <AcceptHide as Arbitrary>::Strategy), fn((AcceptRejectCrash, AcceptHide)) -> UnstableInput>
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 UnstableInput
impl Clone for UnstableInput
Source§fn clone(&self) -> UnstableInput
fn clone(&self) -> UnstableInput
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 UnstableInput
impl Debug for UnstableInput
Source§impl Hash for UnstableInput
impl Hash for UnstableInput
Source§impl Ord for UnstableInput
impl Ord for UnstableInput
Source§fn cmp(&self, other: &UnstableInput) -> Ordering
fn cmp(&self, other: &UnstableInput) -> 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 UnstableInput
impl PartialEq for UnstableInput
Source§impl PartialOrd for UnstableInput
impl PartialOrd for UnstableInput
impl Eq for UnstableInput
impl StructuralPartialEq for UnstableInput
Auto Trait Implementations§
impl Freeze for UnstableInput
impl RefUnwindSafe for UnstableInput
impl Send for UnstableInput
impl Sync for UnstableInput
impl Unpin for UnstableInput
impl UnsafeUnpin for UnstableInput
impl UnwindSafe for UnstableInput
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