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