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