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