Struct postman_api::model::ImportExportFile
source · [−]Fields
type_: String
The file
type value.
input: String
A file containing a valid user’s export .zip file.
Trait Implementations
sourceimpl Debug for ImportExportFile
impl Debug for ImportExportFile
sourceimpl Default for ImportExportFile
impl Default for ImportExportFile
sourcefn default() -> ImportExportFile
fn default() -> ImportExportFile
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for ImportExportFile
impl<'de> Deserialize<'de> for ImportExportFile
sourcefn 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
sourceimpl Display for ImportExportFile
impl Display for ImportExportFile
sourceimpl Serialize for ImportExportFile
impl Serialize for ImportExportFile
Auto Trait Implementations
impl RefUnwindSafe for ImportExportFile
impl Send for ImportExportFile
impl Sync for ImportExportFile
impl Unpin for ImportExportFile
impl UnwindSafe for ImportExportFile
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more