pub struct CoreConfig<'a> { /* private fields */ }
Expand description
The config object for Core
.
Implementations§
Source§impl CoreConfig<'_>
impl CoreConfig<'_>
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 duplicate 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<'a> Debug for CoreConfig<'a>
impl<'a> Debug for CoreConfig<'a>
Auto Trait Implementations§
impl<'a> Freeze for CoreConfig<'a>
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§
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