Struct hcklib::core::CoreConfig
source · pub struct CoreConfig<'a> { /* private fields */ }
Expand description
The config object for Core
.
Implementations§
source§impl<'a> CoreConfig<'a>
impl<'a> CoreConfig<'a>
sourcepub fn parsed_delim(&self) -> &RegexOrString
pub fn parsed_delim(&self) -> &RegexOrString
Get the parsed delimiter
Trait Implementations§
source§impl<'a> Clone for CoreConfig<'a>
impl<'a> Clone for CoreConfig<'a>
source§fn clone(&self) -> CoreConfig<'a>
fn clone(&self) -> CoreConfig<'a>
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 more