pub struct ContextSectionPlan {
pub ids: Vec<CompactString>,
}Expand description
Deterministic section plan produced by the registry.
Fields§
§ids: Vec<CompactString>Trait Implementations§
Source§impl Clone for ContextSectionPlan
impl Clone for ContextSectionPlan
Source§fn clone(&self) -> ContextSectionPlan
fn clone(&self) -> ContextSectionPlan
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 ContextSectionPlan
impl Debug for ContextSectionPlan
impl Eq for ContextSectionPlan
Source§impl PartialEq for ContextSectionPlan
impl PartialEq for ContextSectionPlan
Source§fn eq(&self, other: &ContextSectionPlan) -> bool
fn eq(&self, other: &ContextSectionPlan) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ContextSectionPlan
Auto Trait Implementations§
impl Freeze for ContextSectionPlan
impl RefUnwindSafe for ContextSectionPlan
impl Send for ContextSectionPlan
impl Sync for ContextSectionPlan
impl Unpin for ContextSectionPlan
impl UnsafeUnpin for ContextSectionPlan
impl UnwindSafe for ContextSectionPlan
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