#[repr(u8)]pub enum AdjustmentStatus {
Apply = 65,
Rescind = 82,
Pending = 80,
}Available on crate feature
historical only.Expand description
The adjustment status.
Variants§
Trait Implementations§
Source§impl Clone for AdjustmentStatus
impl Clone for AdjustmentStatus
Source§fn clone(&self) -> AdjustmentStatus
fn clone(&self) -> AdjustmentStatus
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 AdjustmentStatus
impl Debug for AdjustmentStatus
Source§impl<'de> Deserialize<'de> for AdjustmentStatus
impl<'de> Deserialize<'de> for AdjustmentStatus
Source§fn deserialize<D: Deserializer<'de>>(deserializer: D) -> Result<Self, D::Error>
fn deserialize<D: Deserializer<'de>>(deserializer: D) -> Result<Self, D::Error>
Deserialize this value from the given Serde deserializer. Read more
Source§impl From<AdjustmentStatus> for char
impl From<AdjustmentStatus> for char
Source§fn from(value: AdjustmentStatus) -> char
fn from(value: AdjustmentStatus) -> char
Converts to this type from the input type.
Source§impl From<AdjustmentStatus> for u8
impl From<AdjustmentStatus> for u8
Source§fn from(value: AdjustmentStatus) -> u8
fn from(value: AdjustmentStatus) -> u8
Converts to this type from the input type.
Source§impl Hash for AdjustmentStatus
impl Hash for AdjustmentStatus
Source§impl Ord for AdjustmentStatus
impl Ord for AdjustmentStatus
Source§fn cmp(&self, other: &AdjustmentStatus) -> Ordering
fn cmp(&self, other: &AdjustmentStatus) -> 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
Source§impl PartialEq for AdjustmentStatus
impl PartialEq for AdjustmentStatus
Source§fn eq(&self, other: &AdjustmentStatus) -> bool
fn eq(&self, other: &AdjustmentStatus) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for AdjustmentStatus
impl PartialOrd for AdjustmentStatus
Source§impl Serialize for AdjustmentStatus
impl Serialize for AdjustmentStatus
Source§impl TryFrom<u8> for AdjustmentStatus
impl TryFrom<u8> for AdjustmentStatus
impl Copy for AdjustmentStatus
impl Eq for AdjustmentStatus
impl StructuralPartialEq for AdjustmentStatus
Auto Trait Implementations§
impl Freeze for AdjustmentStatus
impl RefUnwindSafe for AdjustmentStatus
impl Send for AdjustmentStatus
impl Sync for AdjustmentStatus
impl Unpin for AdjustmentStatus
impl UnsafeUnpin for AdjustmentStatus
impl UnwindSafe for AdjustmentStatus
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