pub struct RcePatternMatcher { /* private fields */ }Expand description
RCE pattern matcher
Implementations§
Auto Trait Implementations§
impl Freeze for RcePatternMatcher
impl RefUnwindSafe for RcePatternMatcher
impl Send for RcePatternMatcher
impl Sync for RcePatternMatcher
impl Unpin for RcePatternMatcher
impl UnsafeUnpin for RcePatternMatcher
impl UnwindSafe for RcePatternMatcher
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