pub struct PatternDebug<'p, V, E> { /* private fields */ }Expand description
A type providing a std::fmt::Debug implementation for types implementing Pattern.
Trait Implementations§
Auto Trait Implementations§
impl<'p, V, E> Freeze for PatternDebug<'p, V, E>
impl<'p, V, E> !RefUnwindSafe for PatternDebug<'p, V, E>
impl<'p, V, E> !Send for PatternDebug<'p, V, E>
impl<'p, V, E> !Sync for PatternDebug<'p, V, E>
impl<'p, V, E> Unpin for PatternDebug<'p, V, E>
impl<'p, V, E> !UnwindSafe for PatternDebug<'p, V, E>
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