pub struct Driver<'lt, Status: PinStatus> { /* private fields */ }👎Deprecated: It is probably a bad idea to use this crate
Expand description
A driver that takes directives from a BreadThread and then runs them.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'lt, Status> Freeze for Driver<'lt, Status>
impl<'lt, Status> RefUnwindSafe for Driver<'lt, Status>where
Status: RefUnwindSafe,
impl<'lt, Status> Send for Driver<'lt, Status>where
Status: Send,
impl<'lt, Status> Sync for Driver<'lt, Status>where
Status: Sync,
impl<'lt, Status> Unpin for Driver<'lt, Status>where
Status: Unpin,
impl<'lt, Status> UnwindSafe for Driver<'lt, Status>where
Status: UnwindSafe,
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