pub struct PromptOnPlaybackDrained;Expand description
Prompt the model when browser playback is fully drained and a prompt is armed.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PromptOnPlaybackDrained
impl RefUnwindSafe for PromptOnPlaybackDrained
impl Send for PromptOnPlaybackDrained
impl Sync for PromptOnPlaybackDrained
impl Unpin for PromptOnPlaybackDrained
impl UnwindSafe for PromptOnPlaybackDrained
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