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