pub struct StopScreencastParams {}Expand description
Parameters for Page.stopScreencast (empty).
Trait Implementations§
Source§impl Clone for StopScreencastParams
impl Clone for StopScreencastParams
Source§fn clone(&self) -> StopScreencastParams
fn clone(&self) -> StopScreencastParams
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 StopScreencastParams
impl Debug for StopScreencastParams
Source§impl Default for StopScreencastParams
impl Default for StopScreencastParams
Source§fn default() -> StopScreencastParams
fn default() -> StopScreencastParams
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for StopScreencastParams
impl RefUnwindSafe for StopScreencastParams
impl Send for StopScreencastParams
impl Sync for StopScreencastParams
impl Unpin for StopScreencastParams
impl UnwindSafe for StopScreencastParams
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