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