pub struct FrameResized {
pub method: FrameResizedMethod,
pub params: FrameResizedParams,
}Fields§
§method: FrameResizedMethod§params: FrameResizedParamsImplementations§
Source§impl FrameResized
impl FrameResized
pub const IDENTIFIER: &'static str = "Page.frameResized"
pub fn identifier(&self) -> &'static str
Trait Implementations§
Source§impl Clone for FrameResized
impl Clone for FrameResized
Source§fn clone(&self) -> FrameResized
fn clone(&self) -> FrameResized
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 FrameResized
impl Debug for FrameResized
Source§impl<'de> Deserialize<'de> for FrameResized
impl<'de> Deserialize<'de> for FrameResized
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<FrameResized> for BrowserProtocolEvents
impl From<FrameResized> for BrowserProtocolEvents
Source§fn from(v: FrameResized) -> Self
fn from(v: FrameResized) -> Self
Converts to this type from the input type.
Source§impl From<FrameResized> for Event
impl From<FrameResized> for Event
Source§fn from(v: FrameResized) -> Self
fn from(v: FrameResized) -> Self
Converts to this type from the input type.
Source§impl From<FrameResized> for PageEvents
impl From<FrameResized> for PageEvents
Source§fn from(v: FrameResized) -> Self
fn from(v: FrameResized) -> Self
Converts to this type from the input type.
Source§impl PartialEq for FrameResized
impl PartialEq for FrameResized
Source§impl Serialize for FrameResized
impl Serialize for FrameResized
Source§impl TryFrom<BrowserProtocolEvents> for FrameResized
impl TryFrom<BrowserProtocolEvents> for FrameResized
Source§type Error = BrowserProtocolEvents
type Error = BrowserProtocolEvents
The type returned in the event of a conversion error.
Source§fn try_from(
e: BrowserProtocolEvents,
) -> Result<Self, <FrameResized as TryFrom<BrowserProtocolEvents>>::Error>
fn try_from( e: BrowserProtocolEvents, ) -> Result<Self, <FrameResized as TryFrom<BrowserProtocolEvents>>::Error>
Performs the conversion.
Source§impl TryFrom<Event> for FrameResized
impl TryFrom<Event> for FrameResized
Source§impl TryFrom<PageEvents> for FrameResized
impl TryFrom<PageEvents> for FrameResized
Source§type Error = PageEvents
type Error = PageEvents
The type returned in the event of a conversion error.
Source§fn try_from(
e: PageEvents,
) -> Result<Self, <FrameResized as TryFrom<PageEvents>>::Error>
fn try_from( e: PageEvents, ) -> Result<Self, <FrameResized as TryFrom<PageEvents>>::Error>
Performs the conversion.
impl StructuralPartialEq for FrameResized
Auto Trait Implementations§
impl Freeze for FrameResized
impl RefUnwindSafe for FrameResized
impl Send for FrameResized
impl Sync for FrameResized
impl Unpin for FrameResized
impl UnsafeUnpin for FrameResized
impl UnwindSafe for FrameResized
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