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