pub struct SetShowScrollBottleneckRects {
pub method: SetShowScrollBottleneckRectsMethod,
pub params: SetShowScrollBottleneckRectsParams,
}Expand description
Requests that backend shows scroll bottleneck rects setShowScrollBottleneckRects
Fields§
§method: SetShowScrollBottleneckRectsMethod§params: SetShowScrollBottleneckRectsParamsImplementations§
Source§impl SetShowScrollBottleneckRects
impl SetShowScrollBottleneckRects
pub fn builder() -> SetShowScrollBottleneckRectsBuilder
Source§impl SetShowScrollBottleneckRects
impl SetShowScrollBottleneckRects
pub const IDENTIFIER: &'static str = "Overlay.setShowScrollBottleneckRects"
pub fn identifier(&self) -> &'static str
Trait Implementations§
Source§impl Clone for SetShowScrollBottleneckRects
impl Clone for SetShowScrollBottleneckRects
Source§fn clone(&self) -> SetShowScrollBottleneckRects
fn clone(&self) -> SetShowScrollBottleneckRects
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 SetShowScrollBottleneckRects
impl CommandResult for SetShowScrollBottleneckRects
type Result = SetShowScrollBottleneckRectsResult
fn result_from_value(result: Value) -> Result<Self::Result>
Source§impl Debug for SetShowScrollBottleneckRects
impl Debug for SetShowScrollBottleneckRects
Source§impl<'de> Deserialize<'de> for SetShowScrollBottleneckRects
impl<'de> Deserialize<'de> for SetShowScrollBottleneckRects
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<SetShowScrollBottleneckRects> for BrowserProtocolCommands
impl From<SetShowScrollBottleneckRects> for BrowserProtocolCommands
Source§fn from(v: SetShowScrollBottleneckRects) -> Self
fn from(v: SetShowScrollBottleneckRects) -> Self
Converts to this type from the input type.
Source§impl From<SetShowScrollBottleneckRects> for Command
impl From<SetShowScrollBottleneckRects> for Command
Source§fn from(v: SetShowScrollBottleneckRects) -> Self
fn from(v: SetShowScrollBottleneckRects) -> Self
Converts to this type from the input type.
Source§impl From<SetShowScrollBottleneckRects> for OverlayCommands
impl From<SetShowScrollBottleneckRects> for OverlayCommands
Source§fn from(v: SetShowScrollBottleneckRects) -> Self
fn from(v: SetShowScrollBottleneckRects) -> Self
Converts to this type from the input type.
Source§impl PartialEq for SetShowScrollBottleneckRects
impl PartialEq for SetShowScrollBottleneckRects
Source§fn eq(&self, other: &SetShowScrollBottleneckRects) -> bool
fn eq(&self, other: &SetShowScrollBottleneckRects) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl TryFrom<BrowserProtocolCommands> for SetShowScrollBottleneckRects
impl TryFrom<BrowserProtocolCommands> for SetShowScrollBottleneckRects
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, <SetShowScrollBottleneckRects as TryFrom<BrowserProtocolCommands>>::Error>
fn try_from( e: BrowserProtocolCommands, ) -> Result<Self, <SetShowScrollBottleneckRects as TryFrom<BrowserProtocolCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<OverlayCommands> for SetShowScrollBottleneckRects
impl TryFrom<OverlayCommands> for SetShowScrollBottleneckRects
Source§type Error = OverlayCommands
type Error = OverlayCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: OverlayCommands,
) -> Result<Self, <SetShowScrollBottleneckRects as TryFrom<OverlayCommands>>::Error>
fn try_from( e: OverlayCommands, ) -> Result<Self, <SetShowScrollBottleneckRects as TryFrom<OverlayCommands>>::Error>
Performs the conversion.
impl StructuralPartialEq for SetShowScrollBottleneckRects
Auto Trait Implementations§
impl Freeze for SetShowScrollBottleneckRects
impl RefUnwindSafe for SetShowScrollBottleneckRects
impl Send for SetShowScrollBottleneckRects
impl Sync for SetShowScrollBottleneckRects
impl Unpin for SetShowScrollBottleneckRects
impl UnsafeUnpin for SetShowScrollBottleneckRects
impl UnwindSafe for SetShowScrollBottleneckRects
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