Struct cdp::target::RemoteLocation
[−]
[src]
pub struct RemoteLocation<'a> {
pub host: Cow<'a, str>,
pub port: i32,
}[Experimental]
Fields
host: Cow<'a, str>
port: i32
Trait Implementations
impl<'a> Clone for RemoteLocation<'a>[src]
fn clone(&self) -> RemoteLocation<'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 RemoteLocation<'a>[src]
impl<'a> PartialEq for RemoteLocation<'a>[src]
fn eq(&self, __arg_0: &RemoteLocation<'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: &RemoteLocation<'a>) -> bool[src]
This method tests for !=.