pub struct ClusterBootstrapInfo {
pub name: String,
}
Expand description
Cluster information for bootstrap
Fields§
§name: String
Implementations§
Trait Implementations§
Source§impl Debug for ClusterBootstrapInfo
impl Debug for ClusterBootstrapInfo
Auto Trait Implementations§
impl Freeze for ClusterBootstrapInfo
impl RefUnwindSafe for ClusterBootstrapInfo
impl Send for ClusterBootstrapInfo
impl Sync for ClusterBootstrapInfo
impl Unpin for ClusterBootstrapInfo
impl UnwindSafe for ClusterBootstrapInfo
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