pub struct BootstrapRequest {
pub action: String,
pub cluster: ClusterBootstrapInfo,
pub credentials: BootstrapCredentials,
}
Expand description
Bootstrap request for creating a new cluster
Fields§
§action: String
§cluster: ClusterBootstrapInfo
§credentials: BootstrapCredentials
Implementations§
Trait Implementations§
Source§impl Debug for BootstrapRequest
impl Debug for BootstrapRequest
Auto Trait Implementations§
impl Freeze for BootstrapRequest
impl RefUnwindSafe for BootstrapRequest
impl Send for BootstrapRequest
impl Sync for BootstrapRequest
impl Unpin for BootstrapRequest
impl UnwindSafe for BootstrapRequest
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