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