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