Struct hcklib::core::CoreConfig
source · [−]pub struct CoreConfig<'a> { /* private fields */ }Expand description
The config object for Core.
Implementations
sourceimpl<'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
sourceimpl<'a> Clone for CoreConfig<'a>
impl<'a> Clone for CoreConfig<'a>
sourcefn clone(&self) -> CoreConfig<'a>
fn clone(&self) -> CoreConfig<'a>
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl<'a> Debug for CoreConfig<'a>
impl<'a> Debug for CoreConfig<'a>
Auto Trait Implementations
impl<'a> RefUnwindSafe for CoreConfig<'a>
impl<'a> Send for CoreConfig<'a>
impl<'a> Sync for CoreConfig<'a>
impl<'a> Unpin for CoreConfig<'a>
impl<'a> UnwindSafe for CoreConfig<'a>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more