pub struct ZipDownloadStatusState(pub String);Tuple Fields§
§0: StringImplementations§
Trait Implementations§
Source§impl Clone for ZipDownloadStatusState
impl Clone for ZipDownloadStatusState
Source§fn clone(&self) -> ZipDownloadStatusState
fn clone(&self) -> ZipDownloadStatusState
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ZipDownloadStatusState
impl Debug for ZipDownloadStatusState
Source§impl Default for ZipDownloadStatusState
impl Default for ZipDownloadStatusState
Source§fn default() -> ZipDownloadStatusState
fn default() -> ZipDownloadStatusState
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ZipDownloadStatusState
impl<'de> Deserialize<'de> for ZipDownloadStatusState
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
impl Eq for ZipDownloadStatusState
Source§impl PartialEq for ZipDownloadStatusState
impl PartialEq for ZipDownloadStatusState
Source§impl Serialize for ZipDownloadStatusState
impl Serialize for ZipDownloadStatusState
impl StructuralPartialEq for ZipDownloadStatusState
Auto Trait Implementations§
impl Freeze for ZipDownloadStatusState
impl RefUnwindSafe for ZipDownloadStatusState
impl Send for ZipDownloadStatusState
impl Sync for ZipDownloadStatusState
impl Unpin for ZipDownloadStatusState
impl UnsafeUnpin for ZipDownloadStatusState
impl UnwindSafe for ZipDownloadStatusState
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