pub struct BootstrapOptions {
pub hello: Option<HelloRequest>,
pub get_error_map: Option<GetErrorMapRequest>,
pub auth: Option<SASLAuthAutoOptions>,
pub select_bucket: Option<SelectBucketRequest>,
pub deadline: Instant,
pub get_cluster_config: Option<GetClusterConfigRequest>,
}Fields§
§hello: Option<HelloRequest>§get_error_map: Option<GetErrorMapRequest>§auth: Option<SASLAuthAutoOptions>§select_bucket: Option<SelectBucketRequest>§deadline: Instant§get_cluster_config: Option<GetClusterConfigRequest>Trait Implementations§
Source§impl Clone for BootstrapOptions
impl Clone for BootstrapOptions
Source§fn clone(&self) -> BootstrapOptions
fn clone(&self) -> BootstrapOptions
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 BootstrapOptions
impl Debug for BootstrapOptions
Source§impl Hash for BootstrapOptions
impl Hash for BootstrapOptions
Source§impl Ord for BootstrapOptions
impl Ord for BootstrapOptions
Source§fn cmp(&self, other: &BootstrapOptions) -> Ordering
fn cmp(&self, other: &BootstrapOptions) -> 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 BootstrapOptions
impl PartialEq for BootstrapOptions
Source§impl PartialOrd for BootstrapOptions
impl PartialOrd for BootstrapOptions
impl Eq for BootstrapOptions
impl StructuralPartialEq for BootstrapOptions
Auto Trait Implementations§
impl Freeze for BootstrapOptions
impl RefUnwindSafe for BootstrapOptions
impl Send for BootstrapOptions
impl Sync for BootstrapOptions
impl Unpin for BootstrapOptions
impl UnsafeUnpin for BootstrapOptions
impl UnwindSafe for BootstrapOptions
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