Struct unc_primitives::views::DownloadStatusView
source · pub struct DownloadStatusView {
pub error: bool,
pub done: bool,
}Fields§
§error: bool§done: boolTrait Implementations§
source§impl Debug for DownloadStatusView
impl Debug for DownloadStatusView
source§impl<'de> Deserialize<'de> for DownloadStatusView
impl<'de> Deserialize<'de> for DownloadStatusView
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl PartialEq for DownloadStatusView
impl PartialEq for DownloadStatusView
source§fn eq(&self, other: &DownloadStatusView) -> bool
fn eq(&self, other: &DownloadStatusView) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for DownloadStatusView
impl Serialize for DownloadStatusView
impl Eq for DownloadStatusView
impl StructuralPartialEq for DownloadStatusView
Auto Trait Implementations§
impl Freeze for DownloadStatusView
impl RefUnwindSafe for DownloadStatusView
impl Send for DownloadStatusView
impl Sync for DownloadStatusView
impl Unpin for DownloadStatusView
impl UnwindSafe for DownloadStatusView
Blanket Implementations§
source§impl<T> ArchivePointee for T
impl<T> ArchivePointee for T
§type ArchivedMetadata = ()
type ArchivedMetadata = ()
The archived version of the pointer metadata for this type.
source§fn pointer_metadata(
_: &<T as ArchivePointee>::ArchivedMetadata
) -> <T as Pointee>::Metadata
fn pointer_metadata( _: &<T as ArchivePointee>::ArchivedMetadata ) -> <T as Pointee>::Metadata
Converts some archived metadata to the pointer metadata for itself.
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
source§impl<F, W, T, D> Deserialize<With<T, W>, D> for F
impl<F, W, T, D> Deserialize<With<T, W>, D> for F
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.