pub struct SetScrollbarsHidden {
pub method: SetScrollbarsHiddenMethod,
pub params: SetScrollbarsHiddenParams,
}Fields§
§method: SetScrollbarsHiddenMethod§params: SetScrollbarsHiddenParamsImplementations§
Source§impl SetScrollbarsHidden
impl SetScrollbarsHidden
pub fn builder() -> SetScrollbarsHiddenBuilder
Source§impl SetScrollbarsHidden
impl SetScrollbarsHidden
pub const IDENTIFIER: &'static str = "Emulation.setScrollbarsHidden"
pub fn identifier(&self) -> &'static str
Trait Implementations§
Source§impl Clone for SetScrollbarsHidden
impl Clone for SetScrollbarsHidden
Source§fn clone(&self) -> SetScrollbarsHidden
fn clone(&self) -> SetScrollbarsHidden
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 CommandResult for SetScrollbarsHidden
impl CommandResult for SetScrollbarsHidden
type Result = SetScrollbarsHiddenResult
fn result_from_value(result: Value) -> Result<Self::Result>
Source§impl Debug for SetScrollbarsHidden
impl Debug for SetScrollbarsHidden
Source§impl<'de> Deserialize<'de> for SetScrollbarsHidden
impl<'de> Deserialize<'de> for SetScrollbarsHidden
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 From<SetScrollbarsHidden> for BrowserProtocolCommands
impl From<SetScrollbarsHidden> for BrowserProtocolCommands
Source§fn from(v: SetScrollbarsHidden) -> Self
fn from(v: SetScrollbarsHidden) -> Self
Converts to this type from the input type.
Source§impl From<SetScrollbarsHidden> for Command
impl From<SetScrollbarsHidden> for Command
Source§fn from(v: SetScrollbarsHidden) -> Self
fn from(v: SetScrollbarsHidden) -> Self
Converts to this type from the input type.
Source§impl From<SetScrollbarsHidden> for EmulationCommands
impl From<SetScrollbarsHidden> for EmulationCommands
Source§fn from(v: SetScrollbarsHidden) -> Self
fn from(v: SetScrollbarsHidden) -> Self
Converts to this type from the input type.
Source§impl PartialEq for SetScrollbarsHidden
impl PartialEq for SetScrollbarsHidden
Source§impl Serialize for SetScrollbarsHidden
impl Serialize for SetScrollbarsHidden
Source§impl TryFrom<BrowserProtocolCommands> for SetScrollbarsHidden
impl TryFrom<BrowserProtocolCommands> for SetScrollbarsHidden
Source§type Error = BrowserProtocolCommands
type Error = BrowserProtocolCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: BrowserProtocolCommands,
) -> Result<Self, <SetScrollbarsHidden as TryFrom<BrowserProtocolCommands>>::Error>
fn try_from( e: BrowserProtocolCommands, ) -> Result<Self, <SetScrollbarsHidden as TryFrom<BrowserProtocolCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<Command> for SetScrollbarsHidden
impl TryFrom<Command> for SetScrollbarsHidden
Source§impl TryFrom<EmulationCommands> for SetScrollbarsHidden
impl TryFrom<EmulationCommands> for SetScrollbarsHidden
Source§type Error = EmulationCommands
type Error = EmulationCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: EmulationCommands,
) -> Result<Self, <SetScrollbarsHidden as TryFrom<EmulationCommands>>::Error>
fn try_from( e: EmulationCommands, ) -> Result<Self, <SetScrollbarsHidden as TryFrom<EmulationCommands>>::Error>
Performs the conversion.
impl StructuralPartialEq for SetScrollbarsHidden
Auto Trait Implementations§
impl Freeze for SetScrollbarsHidden
impl RefUnwindSafe for SetScrollbarsHidden
impl Send for SetScrollbarsHidden
impl Sync for SetScrollbarsHidden
impl Unpin for SetScrollbarsHidden
impl UnsafeUnpin for SetScrollbarsHidden
impl UnwindSafe for SetScrollbarsHidden
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