pub enum RestoreOrderingRelationship {
ParentInSameGroup,
ParentInEarlierGroup,
}Expand description
RestoreOrderingRelationship
Variants§
Trait Implementations§
Source§impl Clone for RestoreOrderingRelationship
impl Clone for RestoreOrderingRelationship
Source§fn clone(&self) -> RestoreOrderingRelationship
fn clone(&self) -> RestoreOrderingRelationship
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 RestoreOrderingRelationship
impl Debug for RestoreOrderingRelationship
Source§impl<'de> Deserialize<'de> for RestoreOrderingRelationship
impl<'de> Deserialize<'de> for RestoreOrderingRelationship
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
impl Eq for RestoreOrderingRelationship
impl StructuralPartialEq for RestoreOrderingRelationship
Auto Trait Implementations§
impl Freeze for RestoreOrderingRelationship
impl RefUnwindSafe for RestoreOrderingRelationship
impl Send for RestoreOrderingRelationship
impl Sync for RestoreOrderingRelationship
impl Unpin for RestoreOrderingRelationship
impl UnsafeUnpin for RestoreOrderingRelationship
impl UnwindSafe for RestoreOrderingRelationship
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