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