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