pub struct FlareIoManager {
pub io: FlareIoWorker,
}Fields§
§io: FlareIoWorkerImplementations§
Auto Trait Implementations§
impl Freeze for FlareIoManager
impl !RefUnwindSafe for FlareIoManager
impl Send for FlareIoManager
impl Sync for FlareIoManager
impl Unpin for FlareIoManager
impl !UnwindSafe for FlareIoManager
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