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