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