Struct cros_async::SendTubeAsync
source · pub struct SendTubeAsync(AsyncTube);
Tuple Fields§
§0: AsyncTube
Implementations§
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