pub struct TubeTokio(AsyncFd<Tube>);Expand description
An async version of base::Tube.
Tuple Fields§
§0: AsyncFd<Tube>Implementations§
Auto Trait Implementations§
impl Freeze for TubeTokio
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