#[repr(C, packed(1))]pub struct DbgMatch { /* private fields */ }
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DbgMatch
impl RefUnwindSafe for DbgMatch
impl Send for DbgMatch
impl Sync for DbgMatch
impl Unpin for DbgMatch
impl UnwindSafe for DbgMatch
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