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