pub enum Matches {
SlashCaretxOBrOSqBr29CSqBrOrOSqBr19CSqBrOSqBr09CSqBrAndCBrQmDollarSlash,
SlashCaretyOBrOSqBr29CSqBrOrOSqBr19CSqBrOSqBr09CSqBrAndCBrQmDollarSlash,
}
Variants§
SlashCaretxOBrOSqBr29CSqBrOrOSqBr19CSqBrOSqBr09CSqBrAndCBrQmDollarSlash
SlashCaretyOBrOSqBr29CSqBrOrOSqBr19CSqBrOSqBr09CSqBrAndCBrQmDollarSlash
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Matches
impl RefUnwindSafe for Matches
impl Send for Matches
impl Sync for Matches
impl Unpin for Matches
impl UnwindSafe for Matches
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