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