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