pub enum PlanningDirectiveFile {
ReplenishmentContext,
ReviewPolicy,
EscalationPolicy,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for PlanningDirectiveFile
impl Clone for PlanningDirectiveFile
Source§fn clone(&self) -> PlanningDirectiveFile
fn clone(&self) -> PlanningDirectiveFile
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 PlanningDirectiveFile
impl Debug for PlanningDirectiveFile
Source§impl PartialEq for PlanningDirectiveFile
impl PartialEq for PlanningDirectiveFile
impl Copy for PlanningDirectiveFile
impl Eq for PlanningDirectiveFile
impl StructuralPartialEq for PlanningDirectiveFile
Auto Trait Implementations§
impl Freeze for PlanningDirectiveFile
impl RefUnwindSafe for PlanningDirectiveFile
impl Send for PlanningDirectiveFile
impl Sync for PlanningDirectiveFile
impl Unpin for PlanningDirectiveFile
impl UnsafeUnpin for PlanningDirectiveFile
impl UnwindSafe for PlanningDirectiveFile
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> 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.