pub struct TomlConfig {
pub enum_style: Option<EnumStyle>,
pub block_comment: bool,
}Fields§
§enum_style: Option<EnumStyle>§block_comment: boolImplementations§
Source§impl TomlConfig
impl TomlConfig
pub fn merge_parent(&mut self, parent: &TomlConfig)
Trait Implementations§
Source§impl Clone for TomlConfig
impl Clone for TomlConfig
Source§fn clone(&self) -> TomlConfig
fn clone(&self) -> TomlConfig
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 TomlConfig
impl Debug for TomlConfig
Source§impl Default for TomlConfig
impl Default for TomlConfig
Source§impl PartialEq for TomlConfig
impl PartialEq for TomlConfig
impl StructuralPartialEq for TomlConfig
Auto Trait Implementations§
impl Freeze for TomlConfig
impl RefUnwindSafe for TomlConfig
impl Send for TomlConfig
impl Sync for TomlConfig
impl Unpin for TomlConfig
impl UnwindSafe for TomlConfig
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