pub struct Match<'h> { /* private fields */ }Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'h> Freeze for Match<'h>
impl<'h> RefUnwindSafe for Match<'h>
impl<'h> Send for Match<'h>
impl<'h> Sync for Match<'h>
impl<'h> Unpin for Match<'h>
impl<'h> UnsafeUnpin for Match<'h>
impl<'h> UnwindSafe for Match<'h>
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