Struct cdp::target::GetTargetInfoResponse
[−]
[src]
pub struct GetTargetInfoResponse<'a> {
pub target_info: TargetInfo<'a>,
}[Experimental] Returns information about a target.
Command Target.getTargetInfo
Domain Module: cdp::target
Command Struct: cdp::target::GetTargetInfoCommand
Response Struct: cdp::target::GetTargetInfoResponse
Fields
target_info: TargetInfo<'a>
Trait Implementations
impl<'a> Clone for GetTargetInfoResponse<'a>[src]
fn clone(&self) -> GetTargetInfoResponse<'a>[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more
impl<'a> Debug for GetTargetInfoResponse<'a>[src]
impl<'a> PartialEq for GetTargetInfoResponse<'a>[src]
fn eq(&self, __arg_0: &GetTargetInfoResponse<'a>) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &GetTargetInfoResponse<'a>) -> bool[src]
This method tests for !=.
impl<'a> CdpCommand for GetTargetInfoResponse<'a>[src]
const COMMAND_NAME: &'static str
COMMAND_NAME: &'static str = "Target.getTargetInfo"