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