pub enum PackSection {
Goals,
BindingDecisions,
UnratifiedDecisions,
OpenCheckpoints,
Constraints,
Coordination,
FileStateDeltas,
RecentTurns,
}Expand description
The stable section order for neutral memory-pack items.
Variants§
Goals
BindingDecisions
UnratifiedDecisions
OpenCheckpoints
Constraints
Coordination
FileStateDeltas
RecentTurns
Trait Implementations§
Source§impl Clone for PackSection
impl Clone for PackSection
Source§fn clone(&self) -> PackSection
fn clone(&self) -> PackSection
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 moreimpl Copy for PackSection
Source§impl Debug for PackSection
impl Debug for PackSection
impl Eq for PackSection
Source§impl Ord for PackSection
impl Ord for PackSection
Source§fn cmp(&self, other: &PackSection) -> Ordering
fn cmp(&self, other: &PackSection) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
1.21.0 (const: unstable) · Source§fn min(self, other: Self) -> Selfwhere
Self: Sized,
fn min(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the minimum of two values. Read more
Source§impl PartialEq for PackSection
impl PartialEq for PackSection
Source§impl PartialOrd for PackSection
impl PartialOrd for PackSection
impl StructuralPartialEq for PackSection
Auto Trait Implementations§
impl Freeze for PackSection
impl RefUnwindSafe for PackSection
impl Send for PackSection
impl Sync for PackSection
impl Unpin for PackSection
impl UnsafeUnpin for PackSection
impl UnwindSafe for PackSection
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.