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