pub struct NumericComparisonValueConfirmYesNoParameters { /* private fields */ }
Expand description
Parameters for GAP Numeric Comparison Confirm Yes or No
Auto Trait Implementations§
impl Freeze for NumericComparisonValueConfirmYesNoParameters
impl RefUnwindSafe for NumericComparisonValueConfirmYesNoParameters
impl Send for NumericComparisonValueConfirmYesNoParameters
impl Sync for NumericComparisonValueConfirmYesNoParameters
impl Unpin for NumericComparisonValueConfirmYesNoParameters
impl UnwindSafe for NumericComparisonValueConfirmYesNoParameters
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