pub struct Pauser<'channel>(/* private fields */);
Expand description
A pauser to pause playing audio on the Channel
. Unpause to drop this.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'channel> !RefUnwindSafe for Pauser<'channel>
impl<'channel> !Send for Pauser<'channel>
impl<'channel> !Sync for Pauser<'channel>
impl<'channel> Unpin for Pauser<'channel>
impl<'channel> !UnwindSafe for Pauser<'channel>
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