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