pub struct SetWindowBoundsReturns {}
Expand description
Set position and/or size of the browser window. setWindowBounds
Trait Implementations§
Source§impl Clone for SetWindowBoundsReturns
impl Clone for SetWindowBoundsReturns
Source§fn clone(&self) -> SetWindowBoundsReturns
fn clone(&self) -> SetWindowBoundsReturns
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for SetWindowBoundsReturns
impl Debug for SetWindowBoundsReturns
Source§impl Default for SetWindowBoundsReturns
impl Default for SetWindowBoundsReturns
Source§fn default() -> SetWindowBoundsReturns
fn default() -> SetWindowBoundsReturns
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SetWindowBoundsReturns
impl<'de> Deserialize<'de> for SetWindowBoundsReturns
Source§fn deserialize<__D>(
__deserializer: __D,
) -> Result<SetWindowBoundsReturns, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<SetWindowBoundsReturns, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for SetWindowBoundsReturns
impl PartialEq for SetWindowBoundsReturns
Source§fn eq(&self, other: &SetWindowBoundsReturns) -> bool
fn eq(&self, other: &SetWindowBoundsReturns) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.Source§impl Serialize for SetWindowBoundsReturns
impl Serialize for SetWindowBoundsReturns
Source§fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
impl StructuralPartialEq for SetWindowBoundsReturns
Auto Trait Implementations§
impl Freeze for SetWindowBoundsReturns
impl RefUnwindSafe for SetWindowBoundsReturns
impl Send for SetWindowBoundsReturns
impl Sync for SetWindowBoundsReturns
impl Unpin for SetWindowBoundsReturns
impl UnwindSafe for SetWindowBoundsReturns
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