pub struct SplitIgnoreRule { /* private fields */ }Implementations§
Source§impl SplitIgnoreRule
impl SplitIgnoreRule
pub fn new(split_ignore_rule_type: SplitIgnoreRuleType) -> Self
pub fn set_ecapsulates_raw_text(self, encapsulates_raw_text: bool) -> Self
pub fn read_char(&mut self, character: char)
pub fn in_raw_text(&self) -> bool
pub fn should_ignore(&self) -> bool
Trait Implementations§
Source§impl Clone for SplitIgnoreRule
impl Clone for SplitIgnoreRule
Source§fn clone(&self) -> SplitIgnoreRule
fn clone(&self) -> SplitIgnoreRule
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 Freeze for SplitIgnoreRule
impl RefUnwindSafe for SplitIgnoreRule
impl Send for SplitIgnoreRule
impl Sync for SplitIgnoreRule
impl Unpin for SplitIgnoreRule
impl UnwindSafe for SplitIgnoreRule
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