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