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