Enum transip_command::InvoiceAction
source · pub enum InvoiceAction {
Item,
Pdf,
}
Variants§
Trait Implementations§
source§impl Debug for InvoiceAction
impl Debug for InvoiceAction
source§impl Display for InvoiceAction
impl Display for InvoiceAction
source§impl FromStr for InvoiceAction
impl FromStr for InvoiceAction
source§impl PartialEq for InvoiceAction
impl PartialEq for InvoiceAction
source§fn eq(&self, other: &InvoiceAction) -> bool
fn eq(&self, other: &InvoiceAction) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl TryFrom<&str> for InvoiceAction
impl TryFrom<&str> for InvoiceAction
impl StructuralPartialEq for InvoiceAction
Auto Trait Implementations§
impl RefUnwindSafe for InvoiceAction
impl Send for InvoiceAction
impl Sync for InvoiceAction
impl Unpin for InvoiceAction
impl UnwindSafe for InvoiceAction
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