pub struct SendTubeAsync(AsyncTube);Tuple Fields§
§0: AsyncTubeImplementations§
Auto Trait Implementations§
impl Freeze for SendTubeAsync
impl !RefUnwindSafe for SendTubeAsync
impl Send for SendTubeAsync
impl Sync for SendTubeAsync
impl Unpin for SendTubeAsync
impl !UnwindSafe for SendTubeAsync
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