pub enum AutonomousPricingExplanationDirection {
Increase,
Decrease,
Hold,
Escalate,
}Variants§
Trait Implementations§
Source§impl Clone for AutonomousPricingExplanationDirection
impl Clone for AutonomousPricingExplanationDirection
Source§fn clone(&self) -> AutonomousPricingExplanationDirection
fn clone(&self) -> AutonomousPricingExplanationDirection
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<'de> Deserialize<'de> for AutonomousPricingExplanationDirection
impl<'de> Deserialize<'de> for AutonomousPricingExplanationDirection
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 AutonomousPricingExplanationDirection
impl PartialEq for AutonomousPricingExplanationDirection
Source§fn eq(&self, other: &AutonomousPricingExplanationDirection) -> bool
fn eq(&self, other: &AutonomousPricingExplanationDirection) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for AutonomousPricingExplanationDirection
impl Eq for AutonomousPricingExplanationDirection
impl StructuralPartialEq for AutonomousPricingExplanationDirection
Auto Trait Implementations§
impl Freeze for AutonomousPricingExplanationDirection
impl RefUnwindSafe for AutonomousPricingExplanationDirection
impl Send for AutonomousPricingExplanationDirection
impl Sync for AutonomousPricingExplanationDirection
impl Unpin for AutonomousPricingExplanationDirection
impl UnsafeUnpin for AutonomousPricingExplanationDirection
impl UnwindSafe for AutonomousPricingExplanationDirection
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