Struct g_code::emit::FormatOptions
source · pub struct FormatOptions {
pub checksums: bool,
pub line_numbers: bool,
pub delimit_with_percent: bool,
}Fields§
§checksums: boolInclude checksums
line_numbers: boolAdd line numbers
delimit_with_percent: boolDelimit the start and end of data with percent symbols
Trait Implementations§
source§impl Clone for FormatOptions
impl Clone for FormatOptions
source§fn clone(&self) -> FormatOptions
fn clone(&self) -> FormatOptions
Returns a copy 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 FormatOptions
impl Debug for FormatOptions
source§impl Default for FormatOptions
impl Default for FormatOptions
source§fn default() -> FormatOptions
fn default() -> FormatOptions
Returns the “default value” for a type. Read more