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