pub enum PeppolStatus {
Old,
NotSent,
Processing,
Success,
}Expand description
Variants§
Trait Implementations§
Source§impl Clone for PeppolStatus
impl Clone for PeppolStatus
Source§fn clone(&self) -> PeppolStatus
fn clone(&self) -> PeppolStatus
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 PeppolStatus
impl Debug for PeppolStatus
Source§impl Default for PeppolStatus
impl Default for PeppolStatus
Source§fn default() -> PeppolStatus
fn default() -> PeppolStatus
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PeppolStatus
impl<'de> Deserialize<'de> for PeppolStatus
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 Hash for PeppolStatus
impl Hash for PeppolStatus
Source§impl Ord for PeppolStatus
impl Ord for PeppolStatus
Source§fn cmp(&self, other: &PeppolStatus) -> Ordering
fn cmp(&self, other: &PeppolStatus) -> 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 PeppolStatus
impl PartialEq for PeppolStatus
Source§impl PartialOrd for PeppolStatus
impl PartialOrd for PeppolStatus
Source§impl Serialize for PeppolStatus
impl Serialize for PeppolStatus
impl Copy for PeppolStatus
impl Eq for PeppolStatus
impl StructuralPartialEq for PeppolStatus
Auto Trait Implementations§
impl Freeze for PeppolStatus
impl RefUnwindSafe for PeppolStatus
impl Send for PeppolStatus
impl Sync for PeppolStatus
impl Unpin for PeppolStatus
impl UnwindSafe for PeppolStatus
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