Struct base_tokio::TubeTokio
source · pub struct TubeTokio(AsyncFd<Tube>);
Expand description
An async version of base::Tube
.
Tuple Fields§
§0: AsyncFd<Tube>
Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for TubeTokio
impl Send for TubeTokio
impl Sync for TubeTokio
impl Unpin for TubeTokio
impl !UnwindSafe for TubeTokio
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