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