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