Struct headless_chrome::protocol::cdp::Browser::GetWindowForTarget
source · pub struct GetWindowForTarget {
pub target_id: Option<TargetID>,
}Fields§
§target_id: Option<TargetID>Trait Implementations§
source§impl Clone for GetWindowForTarget
impl Clone for GetWindowForTarget
source§fn clone(&self) -> GetWindowForTarget
fn clone(&self) -> GetWindowForTarget
Returns a copy 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 GetWindowForTarget
impl Debug for GetWindowForTarget
source§impl<'de> Deserialize<'de> for GetWindowForTarget
impl<'de> Deserialize<'de> for GetWindowForTarget
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 GetWindowForTarget
impl Method for GetWindowForTarget
const NAME: &'static str = "Browser.getWindowForTarget"
type ReturnObject = GetWindowForTargetReturnObject
fn to_method_call(self, call_id: CallId) -> MethodCall<Self>where
Self: Sized,
source§impl PartialEq for GetWindowForTarget
impl PartialEq for GetWindowForTarget
source§fn eq(&self, other: &GetWindowForTarget) -> bool
fn eq(&self, other: &GetWindowForTarget) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for GetWindowForTarget
impl Serialize for GetWindowForTarget
impl StructuralPartialEq for GetWindowForTarget
Auto Trait Implementations§
impl RefUnwindSafe for GetWindowForTarget
impl Send for GetWindowForTarget
impl Sync for GetWindowForTarget
impl Unpin for GetWindowForTarget
impl UnwindSafe for GetWindowForTarget
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