pub enum ElectronicInvoiceStatus {
NotRequired,
NotFound,
Processing,
Errored,
Accepted,
}Expand description
ElectronicInvoiceStatus : The status of the electronic invoice. Only available for Easy Ship orders and orders in the BR marketplace. The status of the electronic invoice. Only available for Easy Ship orders and orders in the BR marketplace.
Variants§
Trait Implementations§
Source§impl Clone for ElectronicInvoiceStatus
impl Clone for ElectronicInvoiceStatus
Source§fn clone(&self) -> ElectronicInvoiceStatus
fn clone(&self) -> ElectronicInvoiceStatus
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 ElectronicInvoiceStatus
impl Debug for ElectronicInvoiceStatus
Source§impl Default for ElectronicInvoiceStatus
impl Default for ElectronicInvoiceStatus
Source§fn default() -> ElectronicInvoiceStatus
fn default() -> ElectronicInvoiceStatus
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ElectronicInvoiceStatus
impl<'de> Deserialize<'de> for ElectronicInvoiceStatus
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 Display for ElectronicInvoiceStatus
impl Display for ElectronicInvoiceStatus
Source§impl Hash for ElectronicInvoiceStatus
impl Hash for ElectronicInvoiceStatus
Source§impl Ord for ElectronicInvoiceStatus
impl Ord for ElectronicInvoiceStatus
Source§fn cmp(&self, other: &ElectronicInvoiceStatus) -> Ordering
fn cmp(&self, other: &ElectronicInvoiceStatus) -> Ordering
1.21.0 · 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 ElectronicInvoiceStatus
impl PartialEq for ElectronicInvoiceStatus
Source§impl PartialOrd for ElectronicInvoiceStatus
impl PartialOrd for ElectronicInvoiceStatus
Source§impl Serialize for ElectronicInvoiceStatus
impl Serialize for ElectronicInvoiceStatus
impl Copy for ElectronicInvoiceStatus
impl Eq for ElectronicInvoiceStatus
impl StructuralPartialEq for ElectronicInvoiceStatus
Auto Trait Implementations§
impl Freeze for ElectronicInvoiceStatus
impl RefUnwindSafe for ElectronicInvoiceStatus
impl Send for ElectronicInvoiceStatus
impl Sync for ElectronicInvoiceStatus
impl Unpin for ElectronicInvoiceStatus
impl UnwindSafe for ElectronicInvoiceStatus
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<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> PolicyExt for Twhere
T: ?Sized,
impl<T> PolicyExt for Twhere
T: ?Sized,
Source§impl<T> ToStringFallible for Twhere
T: Display,
impl<T> ToStringFallible for Twhere
T: Display,
Source§fn try_to_string(&self) -> Result<String, TryReserveError>
fn try_to_string(&self) -> Result<String, TryReserveError>
ToString::to_string, but without panic on OOM.