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