pub struct RestoreReadinessSummary {
pub ready: bool,
pub reasons: Vec<String>,
}Expand description
RestoreReadinessSummary
Fields§
§ready: bool§reasons: Vec<String>Trait Implementations§
Source§impl Clone for RestoreReadinessSummary
impl Clone for RestoreReadinessSummary
Source§fn clone(&self) -> RestoreReadinessSummary
fn clone(&self) -> RestoreReadinessSummary
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 RestoreReadinessSummary
impl Debug for RestoreReadinessSummary
Source§impl<'de> Deserialize<'de> for RestoreReadinessSummary
impl<'de> Deserialize<'de> for RestoreReadinessSummary
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 RestoreReadinessSummary
impl PartialEq for RestoreReadinessSummary
Source§impl Serialize for RestoreReadinessSummary
impl Serialize for RestoreReadinessSummary
impl Eq for RestoreReadinessSummary
impl StructuralPartialEq for RestoreReadinessSummary
Auto Trait Implementations§
impl Freeze for RestoreReadinessSummary
impl RefUnwindSafe for RestoreReadinessSummary
impl Send for RestoreReadinessSummary
impl Sync for RestoreReadinessSummary
impl Unpin for RestoreReadinessSummary
impl UnsafeUnpin for RestoreReadinessSummary
impl UnwindSafe for RestoreReadinessSummary
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