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