pub struct RestoreOrderConformance {
pub design_v1_ready: bool,
pub parent_relationships: usize,
pub parent_group_violations: Vec<RestoreGroupViolation>,
}Expand description
RestoreOrderConformance
Fields§
§design_v1_ready: bool§parent_relationships: usize§parent_group_violations: Vec<RestoreGroupViolation>Trait Implementations§
Source§impl Clone for RestoreOrderConformance
impl Clone for RestoreOrderConformance
Source§fn clone(&self) -> RestoreOrderConformance
fn clone(&self) -> RestoreOrderConformance
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 RestoreOrderConformance
impl Debug for RestoreOrderConformance
Source§impl<'de> Deserialize<'de> for RestoreOrderConformance
impl<'de> Deserialize<'de> for RestoreOrderConformance
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 RestoreOrderConformance
impl PartialEq for RestoreOrderConformance
Source§fn eq(&self, other: &RestoreOrderConformance) -> bool
fn eq(&self, other: &RestoreOrderConformance) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for RestoreOrderConformance
impl Serialize for RestoreOrderConformance
impl Eq for RestoreOrderConformance
impl StructuralPartialEq for RestoreOrderConformance
Auto Trait Implementations§
impl Freeze for RestoreOrderConformance
impl RefUnwindSafe for RestoreOrderConformance
impl Send for RestoreOrderConformance
impl Sync for RestoreOrderConformance
impl Unpin for RestoreOrderConformance
impl UnsafeUnpin for RestoreOrderConformance
impl UnwindSafe for RestoreOrderConformance
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