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