pub struct ResetPageScaleFactor(pub Option<Value>);Tuple Fields§
§0: Option<Value>Trait Implementations§
Source§impl Clone for ResetPageScaleFactor
impl Clone for ResetPageScaleFactor
Source§fn clone(&self) -> ResetPageScaleFactor
fn clone(&self) -> ResetPageScaleFactor
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 ResetPageScaleFactor
impl Debug for ResetPageScaleFactor
Source§impl<'de> Deserialize<'de> for ResetPageScaleFactor
impl<'de> Deserialize<'de> for ResetPageScaleFactor
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
Source§impl Method for ResetPageScaleFactor
impl Method for ResetPageScaleFactor
const NAME: &'static str = "Emulation.resetPageScaleFactor"
type ReturnObject = ResetPageScaleFactorReturnObject
fn to_method_call(self, call_id: CallId) -> MethodCall<Self>where
Self: Sized,
Source§impl PartialEq for ResetPageScaleFactor
impl PartialEq for ResetPageScaleFactor
Source§impl Serialize for ResetPageScaleFactor
impl Serialize for ResetPageScaleFactor
impl StructuralPartialEq for ResetPageScaleFactor
Auto Trait Implementations§
impl Freeze for ResetPageScaleFactor
impl RefUnwindSafe for ResetPageScaleFactor
impl Send for ResetPageScaleFactor
impl Sync for ResetPageScaleFactor
impl Unpin for ResetPageScaleFactor
impl UnwindSafe for ResetPageScaleFactor
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