pub struct SectionFormats<'a> {
pub styles_format: Option<Vec<&'a str>>,
pub events_format: Option<Vec<&'a str>>,
}Expand description
Formats detected during initial parse
Fields§
§styles_format: Option<Vec<&'a str>>Format fields for styles section
events_format: Option<Vec<&'a str>>Format fields for events section
Trait Implementations§
Source§impl<'a> Clone for SectionFormats<'a>
impl<'a> Clone for SectionFormats<'a>
Source§fn clone(&self) -> SectionFormats<'a>
fn clone(&self) -> SectionFormats<'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 moreAuto Trait Implementations§
impl<'a> Freeze for SectionFormats<'a>
impl<'a> RefUnwindSafe for SectionFormats<'a>
impl<'a> Send for SectionFormats<'a>
impl<'a> Sync for SectionFormats<'a>
impl<'a> Unpin for SectionFormats<'a>
impl<'a> UnwindSafe for SectionFormats<'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