pub struct StopCasting { /* private fields */ }Expand description
Stops the active Cast session on the sink.
Implementations§
Trait Implementations§
Source§impl Clone for StopCasting
impl Clone for StopCasting
Source§fn clone(&self) -> StopCasting
fn clone(&self) -> StopCasting
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for StopCasting
impl Debug for StopCasting
Source§impl Method for StopCasting
impl Method for StopCasting
Auto Trait Implementations§
impl Freeze for StopCasting
impl RefUnwindSafe for StopCasting
impl Send for StopCasting
impl Sync for StopCasting
impl Unpin for StopCasting
impl UnsafeUnpin for StopCasting
impl UnwindSafe for StopCasting
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