pub struct SectionPattern {
pub pattern: String,
pub section_type: SectionType,
pub match_strategy: MatchStrategy,
}Fields§
§pattern: String§section_type: SectionType§match_strategy: MatchStrategyTrait Implementations§
Source§impl Clone for SectionPattern
impl Clone for SectionPattern
Source§fn clone(&self) -> SectionPattern
fn clone(&self) -> SectionPattern
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 SectionPattern
impl Debug for SectionPattern
Source§impl<'de> Deserialize<'de> for SectionPattern
impl<'de> Deserialize<'de> for SectionPattern
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for SectionPattern
impl RefUnwindSafe for SectionPattern
impl Send for SectionPattern
impl Sync for SectionPattern
impl Unpin for SectionPattern
impl UnsafeUnpin for SectionPattern
impl UnwindSafe for SectionPattern
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