pub enum MatchingGroupOp {
Left,
Right,
}
Expand description
Matching group clause types (group_left
, group_right
)
Variants§
Trait Implementations§
Source§impl Clone for MatchingGroupOp
impl Clone for MatchingGroupOp
Source§fn clone(&self) -> MatchingGroupOp
fn clone(&self) -> MatchingGroupOp
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 MatchingGroupOp
impl Debug for MatchingGroupOp
Source§impl Display for MatchingGroupOp
impl Display for MatchingGroupOp
Source§impl PartialEq for MatchingGroupOp
impl PartialEq for MatchingGroupOp
impl Eq for MatchingGroupOp
impl StructuralPartialEq for MatchingGroupOp
Auto Trait Implementations§
impl Freeze for MatchingGroupOp
impl RefUnwindSafe for MatchingGroupOp
impl Send for MatchingGroupOp
impl Sync for MatchingGroupOp
impl Unpin for MatchingGroupOp
impl UnwindSafe for MatchingGroupOp
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