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