pub struct AboutImportFormats {
pub source: Option<String>,
pub targets: Option<Vec<String>>,
}Expand description
The allowable import formats.
This type is not used in any activity, and only used as part of another schema.
Fields§
§source: Option<String>The imported file’s content type to convert from.
targets: Option<Vec<String>>The possible content types to convert to.
Trait Implementations§
Source§impl Clone for AboutImportFormats
impl Clone for AboutImportFormats
Source§fn clone(&self) -> AboutImportFormats
fn clone(&self) -> AboutImportFormats
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 AboutImportFormats
impl Debug for AboutImportFormats
Source§impl Default for AboutImportFormats
impl Default for AboutImportFormats
Source§fn default() -> AboutImportFormats
fn default() -> AboutImportFormats
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for AboutImportFormats
impl<'de> Deserialize<'de> for AboutImportFormats
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 Serialize for AboutImportFormats
impl Serialize for AboutImportFormats
impl NestedType for AboutImportFormats
impl Part for AboutImportFormats
Auto Trait Implementations§
impl Freeze for AboutImportFormats
impl RefUnwindSafe for AboutImportFormats
impl Send for AboutImportFormats
impl Sync for AboutImportFormats
impl Unpin for AboutImportFormats
impl UnwindSafe for AboutImportFormats
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