Struct chrome_remote_interface_model::target::TargetInfo [−][src]
Implementations
impl TargetInfo[src]
pub fn builder() -> TargetInfoBuilder[src]
pub fn target_id(&self) -> &TargetId[src]
pub fn type(&self) -> &str[src]
pub fn title(&self) -> &str[src]
pub fn url(&self) -> &str[src]
pub fn attached(&self) -> bool[src]
Whether the target has an attached client.
pub fn opener_id(&self) -> Option<&TargetId>[src]
Opener target Id
pub fn can_access_opener(&self) -> bool[src]
Whether the target has access to the originating window.
pub fn opener_frame_id(&self) -> Option<&FrameId>[src]
Frame id of originating window (is only set if target has an opener).
pub fn browser_context_id(&self) -> Option<&JsonValue>[src]
Trait Implementations
impl Clone for TargetInfo[src]
fn clone(&self) -> TargetInfo[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Debug for TargetInfo[src]
impl<'de> Deserialize<'de> for TargetInfo[src]
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]
__D: Deserializer<'de>,
impl Serialize for TargetInfo[src]
Auto Trait Implementations
impl RefUnwindSafe for TargetInfo[src]
impl Send for TargetInfo[src]
impl Sync for TargetInfo[src]
impl Unpin for TargetInfo[src]
impl UnwindSafe for TargetInfo[src]
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T[src]
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>, [src]
T: for<'de> Deserialize<'de>,
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T[src]
pub fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,