pub struct ConfigCustom {
pub date: NaiveDate,
pub debug: DebugLine,
}Fields§
§date: NaiveDate§debug: DebugLineImplementations§
Source§impl ConfigCustom
impl ConfigCustom
pub fn from_entry(entry: Pair<'_, Rule>) -> Self
Trait Implementations§
Source§impl Clone for ConfigCustom
impl Clone for ConfigCustom
Source§fn clone(&self) -> ConfigCustom
fn clone(&self) -> ConfigCustom
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 Debug for ConfigCustom
impl Debug for ConfigCustom
Source§impl Display for ConfigCustom
impl Display for ConfigCustom
Source§impl PartialEq for ConfigCustom
impl PartialEq for ConfigCustom
impl StructuralPartialEq for ConfigCustom
Auto Trait Implementations§
impl Freeze for ConfigCustom
impl RefUnwindSafe for ConfigCustom
impl Send for ConfigCustom
impl Sync for ConfigCustom
impl Unpin for ConfigCustom
impl UnwindSafe for ConfigCustom
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