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