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