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