pub struct BootstrapStatusResponse {
pub ready: bool,
pub phase: String,
pub last_error: Option<String>,
}Fields§
§ready: bool§phase: String§last_error: Option<String>Trait Implementations§
Source§impl CandidType for BootstrapStatusResponse
impl CandidType for BootstrapStatusResponse
Source§impl Clone for BootstrapStatusResponse
impl Clone for BootstrapStatusResponse
Source§fn clone(&self) -> BootstrapStatusResponse
fn clone(&self) -> BootstrapStatusResponse
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 BootstrapStatusResponse
impl Debug for BootstrapStatusResponse
Source§impl<'de> Deserialize<'de> for BootstrapStatusResponse
impl<'de> Deserialize<'de> for BootstrapStatusResponse
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for BootstrapStatusResponse
impl PartialEq for BootstrapStatusResponse
impl Eq for BootstrapStatusResponse
impl StructuralPartialEq for BootstrapStatusResponse
Auto Trait Implementations§
impl Freeze for BootstrapStatusResponse
impl RefUnwindSafe for BootstrapStatusResponse
impl Send for BootstrapStatusResponse
impl Sync for BootstrapStatusResponse
impl Unpin for BootstrapStatusResponse
impl UnsafeUnpin for BootstrapStatusResponse
impl UnwindSafe for BootstrapStatusResponse
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