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