pub struct RuleTransition { /* private fields */ }Expand description
Combines line and record actions for a rule match.
Trait Implementations§
Source§impl Clone for RuleTransition
impl Clone for RuleTransition
Source§fn clone(&self) -> RuleTransition
fn clone(&self) -> RuleTransition
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 RuleTransition
impl Debug for RuleTransition
Source§impl Default for RuleTransition
impl Default for RuleTransition
Source§fn default() -> RuleTransition
fn default() -> RuleTransition
Returns the “default value” for a type. Read more
Source§impl PartialEq for RuleTransition
impl PartialEq for RuleTransition
impl StructuralPartialEq for RuleTransition
Auto Trait Implementations§
impl Freeze for RuleTransition
impl RefUnwindSafe for RuleTransition
impl Send for RuleTransition
impl Sync for RuleTransition
impl Unpin for RuleTransition
impl UnwindSafe for RuleTransition
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