pub struct GetWindowBounds {
pub window_id: WindowID,
}
Fields§
§window_id: WindowID
Trait Implementations§
Source§impl Clone for GetWindowBounds
impl Clone for GetWindowBounds
Source§fn clone(&self) -> GetWindowBounds
fn clone(&self) -> GetWindowBounds
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 GetWindowBounds
impl Debug for GetWindowBounds
Source§impl<'de> Deserialize<'de> for GetWindowBounds
impl<'de> Deserialize<'de> for GetWindowBounds
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 GetWindowBounds
impl Method for GetWindowBounds
const NAME: &'static str = "Browser.getWindowBounds"
type ReturnObject = GetWindowBoundsReturnObject
fn to_method_call(self, call_id: CallId) -> MethodCall<Self>where
Self: Sized,
Source§impl PartialEq for GetWindowBounds
impl PartialEq for GetWindowBounds
Source§impl Serialize for GetWindowBounds
impl Serialize for GetWindowBounds
impl StructuralPartialEq for GetWindowBounds
Auto Trait Implementations§
impl Freeze for GetWindowBounds
impl RefUnwindSafe for GetWindowBounds
impl Send for GetWindowBounds
impl Sync for GetWindowBounds
impl Unpin for GetWindowBounds
impl UnwindSafe for GetWindowBounds
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