pub enum FileDownloadedPrefixSize {
FileDownloadedPrefixSize(FileDownloadedPrefixSize),
}Variants§
FileDownloadedPrefixSize(FileDownloadedPrefixSize)
Contains size of downloaded prefix of a file
Trait Implementations§
Source§impl Clone for FileDownloadedPrefixSize
impl Clone for FileDownloadedPrefixSize
Source§fn clone(&self) -> FileDownloadedPrefixSize
fn clone(&self) -> FileDownloadedPrefixSize
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for FileDownloadedPrefixSize
impl Debug for FileDownloadedPrefixSize
Source§impl<'de> Deserialize<'de> for FileDownloadedPrefixSize
impl<'de> Deserialize<'de> for FileDownloadedPrefixSize
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 FileDownloadedPrefixSize
impl PartialEq for FileDownloadedPrefixSize
Source§impl Serialize for FileDownloadedPrefixSize
impl Serialize for FileDownloadedPrefixSize
impl StructuralPartialEq for FileDownloadedPrefixSize
Auto Trait Implementations§
impl Freeze for FileDownloadedPrefixSize
impl RefUnwindSafe for FileDownloadedPrefixSize
impl Send for FileDownloadedPrefixSize
impl Sync for FileDownloadedPrefixSize
impl Unpin for FileDownloadedPrefixSize
impl UnwindSafe for FileDownloadedPrefixSize
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