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