pub struct PatternContext<'a, 'b> { /* private fields */ }
Expand description
Provides context for patterns.
There is nothing to set up here at the moment, reserved for future use.
Trait Implementations§
Auto Trait Implementations§
impl<'a, 'b> Freeze for PatternContext<'a, 'b>
impl<'a, 'b> RefUnwindSafe for PatternContext<'a, 'b>
impl<'a, 'b> Send for PatternContext<'a, 'b>
impl<'a, 'b> Sync for PatternContext<'a, 'b>
impl<'a, 'b> Unpin for PatternContext<'a, 'b>
impl<'a, 'b> !UnwindSafe for PatternContext<'a, 'b>
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