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