pub struct SyncIOAsyncAdapter(/* private fields */);Implementations§
Trait Implementations§
Source§impl IAsyncIO for SyncIOAsyncAdapter
impl IAsyncIO for SyncIOAsyncAdapter
Source§impl<'a> Off64AsyncRead<'a, Vec<u8>> for SyncIOAsyncAdapter
impl<'a> Off64AsyncRead<'a, Vec<u8>> for SyncIOAsyncAdapter
Auto Trait Implementations§
impl Freeze for SyncIOAsyncAdapter
impl !RefUnwindSafe for SyncIOAsyncAdapter
impl Send for SyncIOAsyncAdapter
impl Sync for SyncIOAsyncAdapter
impl Unpin for SyncIOAsyncAdapter
impl !UnwindSafe for SyncIOAsyncAdapter
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