pub struct ZipDownloadNameConflicts {
pub id: Option<String>,
pub type: Option<EventSourceItemType>,
pub original_name: Option<String>,
pub download_name: Option<String>,
}Fields§
§id: Option<String>§type: Option<EventSourceItemType>§original_name: Option<String>§download_name: Option<String>Trait Implementations§
Source§impl Clone for ZipDownloadNameConflicts
impl Clone for ZipDownloadNameConflicts
Source§fn clone(&self) -> ZipDownloadNameConflicts
fn clone(&self) -> ZipDownloadNameConflicts
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 ZipDownloadNameConflicts
impl Debug for ZipDownloadNameConflicts
Source§impl Default for ZipDownloadNameConflicts
impl Default for ZipDownloadNameConflicts
Source§fn default() -> ZipDownloadNameConflicts
fn default() -> ZipDownloadNameConflicts
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ZipDownloadNameConflicts
impl<'de> Deserialize<'de> for ZipDownloadNameConflicts
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 ZipDownloadNameConflicts
impl PartialEq for ZipDownloadNameConflicts
Source§impl Serialize for ZipDownloadNameConflicts
impl Serialize for ZipDownloadNameConflicts
impl StructuralPartialEq for ZipDownloadNameConflicts
Auto Trait Implementations§
impl Freeze for ZipDownloadNameConflicts
impl RefUnwindSafe for ZipDownloadNameConflicts
impl Send for ZipDownloadNameConflicts
impl Sync for ZipDownloadNameConflicts
impl Unpin for ZipDownloadNameConflicts
impl UnsafeUnpin for ZipDownloadNameConflicts
impl UnwindSafe for ZipDownloadNameConflicts
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