pub struct ConfirmSelectOptions {
pub nowait: bool,
}Fields§
§nowait: boolIf set, the server will not respond to the method. The client should not wait for a reply method. If the server could not complete the method it will raise a channel or connection exception.
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