pub struct HasExportSettingsTrait {
pub export_settings: Option<Vec<ExportSetting>>,
}
Fields§
§export_settings: Option<Vec<ExportSetting>>
An array of export settings representing images to export from the node.
Implementations§
Source§impl HasExportSettingsTrait
impl HasExportSettingsTrait
pub fn new() -> HasExportSettingsTrait
Trait Implementations§
Source§impl Clone for HasExportSettingsTrait
impl Clone for HasExportSettingsTrait
Source§fn clone(&self) -> HasExportSettingsTrait
fn clone(&self) -> HasExportSettingsTrait
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 HasExportSettingsTrait
impl Debug for HasExportSettingsTrait
Source§impl Default for HasExportSettingsTrait
impl Default for HasExportSettingsTrait
Source§fn default() -> HasExportSettingsTrait
fn default() -> HasExportSettingsTrait
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for HasExportSettingsTrait
impl<'de> Deserialize<'de> for HasExportSettingsTrait
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 HasExportSettingsTrait
impl PartialEq for HasExportSettingsTrait
Source§impl Serialize for HasExportSettingsTrait
impl Serialize for HasExportSettingsTrait
impl StructuralPartialEq for HasExportSettingsTrait
Auto Trait Implementations§
impl Freeze for HasExportSettingsTrait
impl RefUnwindSafe for HasExportSettingsTrait
impl Send for HasExportSettingsTrait
impl Sync for HasExportSettingsTrait
impl Unpin for HasExportSettingsTrait
impl UnwindSafe for HasExportSettingsTrait
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