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