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