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