pub struct ConfirmSelectOptions {
pub nowait: Boolean,
}Fields§
§nowait: BooleanTrait Implementations§
Source§impl Clone for ConfirmSelectOptions
impl Clone for ConfirmSelectOptions
Source§fn clone(&self) -> ConfirmSelectOptions
fn clone(&self) -> ConfirmSelectOptions
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 ConfirmSelectOptions
impl Debug for ConfirmSelectOptions
Source§impl Default for ConfirmSelectOptions
impl Default for ConfirmSelectOptions
Source§fn default() -> ConfirmSelectOptions
fn default() -> ConfirmSelectOptions
Returns the “default value” for a type. Read more
Source§impl PartialEq for ConfirmSelectOptions
impl PartialEq for ConfirmSelectOptions
impl Copy for ConfirmSelectOptions
impl StructuralPartialEq for ConfirmSelectOptions
Auto Trait Implementations§
impl Freeze for ConfirmSelectOptions
impl RefUnwindSafe for ConfirmSelectOptions
impl Send for ConfirmSelectOptions
impl Sync for ConfirmSelectOptions
impl Unpin for ConfirmSelectOptions
impl UnsafeUnpin for ConfirmSelectOptions
impl UnwindSafe for ConfirmSelectOptions
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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