pub struct ImportExportFile {
pub input: String,
pub import_export_file_type: ImportExportFileType,
}
Fields§
§input: String
A file containing a valid user’s export .zip file.
import_export_file_type: ImportExportFileType
The file
type value.
Trait Implementations§
Source§impl Clone for ImportExportFile
impl Clone for ImportExportFile
Source§fn clone(&self) -> ImportExportFile
fn clone(&self) -> ImportExportFile
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 ImportExportFile
impl Debug for ImportExportFile
Source§impl<'de> Deserialize<'de> for ImportExportFile
impl<'de> Deserialize<'de> for ImportExportFile
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 ImportExportFile
impl PartialEq for ImportExportFile
Source§impl Serialize for ImportExportFile
impl Serialize for ImportExportFile
impl StructuralPartialEq for ImportExportFile
Auto Trait Implementations§
impl Freeze for ImportExportFile
impl RefUnwindSafe for ImportExportFile
impl Send for ImportExportFile
impl Sync for ImportExportFile
impl Unpin for ImportExportFile
impl UnwindSafe for ImportExportFile
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