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