pub(crate) enum Format1RuleSet<'a> {
Plain(SequenceRuleSet<'a>),
Chain(ChainedSequenceRuleSet<'a>),
}
Variants§
Plain(SequenceRuleSet<'a>)
Chain(ChainedSequenceRuleSet<'a>)
Implementations§
Source§impl Format1RuleSet<'_>
impl Format1RuleSet<'_>
Auto Trait Implementations§
impl<'a> Freeze for Format1RuleSet<'a>
impl<'a> RefUnwindSafe for Format1RuleSet<'a>
impl<'a> Send for Format1RuleSet<'a>
impl<'a> Sync for Format1RuleSet<'a>
impl<'a> Unpin for Format1RuleSet<'a>
impl<'a> UnwindSafe for Format1RuleSet<'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