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