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