pub struct ExportSettings {
pub exporter: Exporter,
pub auto: bool,
pub path: PathBuf,
pub line_format: String,
}Expand description
Settings for one export
Fields§
§exporter: Exporter§auto: bool§path: PathBuf§line_format: StringImplementations§
Trait Implementations§
Source§impl Clone for ExportSettings
impl Clone for ExportSettings
Source§fn clone(&self) -> ExportSettings
fn clone(&self) -> ExportSettings
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 moreAuto Trait Implementations§
impl Freeze for ExportSettings
impl RefUnwindSafe for ExportSettings
impl Send for ExportSettings
impl Sync for ExportSettings
impl Unpin for ExportSettings
impl UnwindSafe for ExportSettings
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