pub struct DataDownloadIriOrLabel;Trait Implementations§
Source§impl PartialEq<&str> for DataDownloadIriOrLabel
impl PartialEq<&str> for DataDownloadIriOrLabel
Source§impl PartialEq<DataDownloadIriOrLabel> for &str
impl PartialEq<DataDownloadIriOrLabel> for &str
Auto Trait Implementations§
impl Freeze for DataDownloadIriOrLabel
impl RefUnwindSafe for DataDownloadIriOrLabel
impl Send for DataDownloadIriOrLabel
impl Sync for DataDownloadIriOrLabel
impl Unpin for DataDownloadIriOrLabel
impl UnwindSafe for DataDownloadIriOrLabel
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