pub struct BootstrapResult {
pub hello: Option<HelloResponse>,
pub error_map: Option<GetErrorMapResponse>,
pub cluster_config: Option<GetClusterConfigResponse>,
}Fields§
§hello: Option<HelloResponse>§error_map: Option<GetErrorMapResponse>§cluster_config: Option<GetClusterConfigResponse>Trait Implementations§
Source§impl Clone for BootstrapResult
impl Clone for BootstrapResult
Source§fn clone(&self) -> BootstrapResult
fn clone(&self) -> BootstrapResult
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 BootstrapResult
impl Debug for BootstrapResult
Source§impl Hash for BootstrapResult
impl Hash for BootstrapResult
Source§impl Ord for BootstrapResult
impl Ord for BootstrapResult
Source§fn cmp(&self, other: &BootstrapResult) -> Ordering
fn cmp(&self, other: &BootstrapResult) -> 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 BootstrapResult
impl PartialEq for BootstrapResult
Source§impl PartialOrd for BootstrapResult
impl PartialOrd for BootstrapResult
impl Eq for BootstrapResult
impl StructuralPartialEq for BootstrapResult
Auto Trait Implementations§
impl !Freeze for BootstrapResult
impl RefUnwindSafe for BootstrapResult
impl Send for BootstrapResult
impl Sync for BootstrapResult
impl Unpin for BootstrapResult
impl UnsafeUnpin for BootstrapResult
impl UnwindSafe for BootstrapResult
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