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