Struct graphql_parser::Style [−][src]
pub struct Style { /* fields omitted */ }A configuration of formatting style
Currently we only have indentation configured, other things might be added later (such as minification).
Methods
impl Style[src]
impl Stylepub fn indent(&mut self, indent: u32) -> &mut Self[src]
pub fn indent(&mut self, indent: u32) -> &mut SelfChange the number of spaces used for indentation
Trait Implementations
impl Debug for Style[src]
impl Debug for Stylefn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl PartialEq for Style[src]
impl PartialEq for Stylefn eq(&self, other: &Style) -> bool[src]
fn eq(&self, other: &Style) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Style) -> bool[src]
fn ne(&self, other: &Style) -> boolThis method tests for !=.
impl Clone for Style[src]
impl Clone for Stylefn clone(&self) -> Style[src]
fn clone(&self) -> StyleReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Default for Style[src]
impl Default for Style