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