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