pub struct InvoicePriceIriOrLabel;Trait Implementations§
source§impl PartialEq<&str> for InvoicePriceIriOrLabel
impl PartialEq<&str> for InvoicePriceIriOrLabel
source§impl PartialEq<InvoicePriceIriOrLabel> for &str
impl PartialEq<InvoicePriceIriOrLabel> for &str
source§fn eq(&self, other: &InvoicePriceIriOrLabel) -> bool
fn eq(&self, other: &InvoicePriceIriOrLabel) -> bool
This method tests for
self and other values to be equal, and is used
by ==.Auto Trait Implementations§
impl Freeze for InvoicePriceIriOrLabel
impl RefUnwindSafe for InvoicePriceIriOrLabel
impl Send for InvoicePriceIriOrLabel
impl Sync for InvoicePriceIriOrLabel
impl Unpin for InvoicePriceIriOrLabel
impl UnwindSafe for InvoicePriceIriOrLabel
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