pub struct GetAdScriptAncestry {
pub frame_id: FrameId,
}Fields§
§frame_id: FrameIdTrait Implementations§
Source§impl Clone for GetAdScriptAncestry
impl Clone for GetAdScriptAncestry
Source§fn clone(&self) -> GetAdScriptAncestry
fn clone(&self) -> GetAdScriptAncestry
Returns a duplicate 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 GetAdScriptAncestry
impl Debug for GetAdScriptAncestry
Source§impl<'de> Deserialize<'de> for GetAdScriptAncestry
impl<'de> Deserialize<'de> for GetAdScriptAncestry
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 GetAdScriptAncestry
impl Method for GetAdScriptAncestry
const NAME: &'static str = "Page.getAdScriptAncestry"
type ReturnObject = GetAdScriptAncestryReturnObject
fn to_method_call(self, call_id: CallId) -> MethodCall<Self>where
Self: Sized,
Source§impl PartialEq for GetAdScriptAncestry
impl PartialEq for GetAdScriptAncestry
Source§impl Serialize for GetAdScriptAncestry
impl Serialize for GetAdScriptAncestry
impl StructuralPartialEq for GetAdScriptAncestry
Auto Trait Implementations§
impl Freeze for GetAdScriptAncestry
impl RefUnwindSafe for GetAdScriptAncestry
impl Send for GetAdScriptAncestry
impl Sync for GetAdScriptAncestry
impl Unpin for GetAdScriptAncestry
impl UnwindSafe for GetAdScriptAncestry
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