pub struct ConfirmSelectOptions {
pub nowait: Boolean,
}
๐Deprecated: use lapin instead
Fieldsยง
ยงnowait: Boolean
๐Deprecated: use lapin instead
Trait Implementationsยง
Sourceยงimpl Clone for ConfirmSelectOptions
impl Clone for ConfirmSelectOptions
Sourceยงfn clone(&self) -> ConfirmSelectOptions
fn clone(&self) -> ConfirmSelectOptions
Returns a copy 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 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 UnwindSafe for ConfirmSelectOptions
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