pub struct HER_Driver<'x, 'a, F>where
F: HERNum,{ /* private fields */ }
Trait Implementations§
Auto Trait Implementations§
impl<'x, 'a, F> Freeze for HER_Driver<'x, 'a, F>
impl<'x, 'a, F> RefUnwindSafe for HER_Driver<'x, 'a, F>
impl<'x, 'a, F> Send for HER_Driver<'x, 'a, F>
impl<'x, 'a, F> Sync for HER_Driver<'x, 'a, F>
impl<'x, 'a, F> Unpin for HER_Driver<'x, 'a, F>
impl<'x, 'a, F> !UnwindSafe for HER_Driver<'x, 'a, F>
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