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