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