pub struct StopScreencastParams {}Implementations§
Trait Implementations§
Source§impl CdpCommand for StopScreencastParams
impl CdpCommand for StopScreencastParams
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
Source§impl<'de> Deserialize<'de> for StopScreencastParams
impl<'de> Deserialize<'de> for StopScreencastParams
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. 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 UnsafeUnpin 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