pub struct GetAdScriptAncestry {
pub method: GetAdScriptAncestryMethod,
pub params: GetAdScriptAncestryParams,
}Fields§
§method: GetAdScriptAncestryMethod§params: GetAdScriptAncestryParamsImplementations§
Source§impl GetAdScriptAncestry
impl GetAdScriptAncestry
pub fn builder() -> GetAdScriptAncestryBuilder
Source§impl GetAdScriptAncestry
impl GetAdScriptAncestry
pub const IDENTIFIER: &'static str = "Page.getAdScriptAncestry"
pub fn identifier(&self) -> &'static str
Trait 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 CommandResult for GetAdScriptAncestry
impl CommandResult for GetAdScriptAncestry
type Result = GetAdScriptAncestryResult
fn result_from_value(result: Value) -> Result<Self::Result>
Source§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 From<GetAdScriptAncestry> for BrowserProtocolCommands
impl From<GetAdScriptAncestry> for BrowserProtocolCommands
Source§fn from(v: GetAdScriptAncestry) -> Self
fn from(v: GetAdScriptAncestry) -> Self
Converts to this type from the input type.
Source§impl From<GetAdScriptAncestry> for Command
impl From<GetAdScriptAncestry> for Command
Source§fn from(v: GetAdScriptAncestry) -> Self
fn from(v: GetAdScriptAncestry) -> Self
Converts to this type from the input type.
Source§impl From<GetAdScriptAncestry> for PageCommands
impl From<GetAdScriptAncestry> for PageCommands
Source§fn from(v: GetAdScriptAncestry) -> Self
fn from(v: GetAdScriptAncestry) -> Self
Converts to this type from the input type.
Source§impl PartialEq for GetAdScriptAncestry
impl PartialEq for GetAdScriptAncestry
Source§impl Serialize for GetAdScriptAncestry
impl Serialize for GetAdScriptAncestry
Source§impl TryFrom<BrowserProtocolCommands> for GetAdScriptAncestry
impl TryFrom<BrowserProtocolCommands> for GetAdScriptAncestry
Source§type Error = BrowserProtocolCommands
type Error = BrowserProtocolCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: BrowserProtocolCommands,
) -> Result<Self, <GetAdScriptAncestry as TryFrom<BrowserProtocolCommands>>::Error>
fn try_from( e: BrowserProtocolCommands, ) -> Result<Self, <GetAdScriptAncestry as TryFrom<BrowserProtocolCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<Command> for GetAdScriptAncestry
impl TryFrom<Command> for GetAdScriptAncestry
Source§impl TryFrom<PageCommands> for GetAdScriptAncestry
impl TryFrom<PageCommands> for GetAdScriptAncestry
Source§type Error = PageCommands
type Error = PageCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: PageCommands,
) -> Result<Self, <GetAdScriptAncestry as TryFrom<PageCommands>>::Error>
fn try_from( e: PageCommands, ) -> Result<Self, <GetAdScriptAncestry as TryFrom<PageCommands>>::Error>
Performs the conversion.
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 UnsafeUnpin 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