pub struct RestoreOrderingSummary {
pub phase_count: usize,
pub dependency_free_members: usize,
pub in_group_parent_edges: usize,
pub cross_group_parent_edges: usize,
}Expand description
RestoreOrderingSummary
Fields§
§phase_count: usize§dependency_free_members: usize§in_group_parent_edges: usize§cross_group_parent_edges: usizeTrait Implementations§
Source§impl Clone for RestoreOrderingSummary
impl Clone for RestoreOrderingSummary
Source§fn clone(&self) -> RestoreOrderingSummary
fn clone(&self) -> RestoreOrderingSummary
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 RestoreOrderingSummary
impl Debug for RestoreOrderingSummary
Source§impl<'de> Deserialize<'de> for RestoreOrderingSummary
impl<'de> Deserialize<'de> for RestoreOrderingSummary
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 RestoreOrderingSummary
impl PartialEq for RestoreOrderingSummary
Source§impl Serialize for RestoreOrderingSummary
impl Serialize for RestoreOrderingSummary
impl Eq for RestoreOrderingSummary
impl StructuralPartialEq for RestoreOrderingSummary
Auto Trait Implementations§
impl Freeze for RestoreOrderingSummary
impl RefUnwindSafe for RestoreOrderingSummary
impl Send for RestoreOrderingSummary
impl Sync for RestoreOrderingSummary
impl Unpin for RestoreOrderingSummary
impl UnsafeUnpin for RestoreOrderingSummary
impl UnwindSafe for RestoreOrderingSummary
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