pub struct GetAdScriptAncestryParams {
pub frame_id: Box<FrameId>,
}Fields§
§frame_id: Box<FrameId>Implementations§
Trait Implementations§
Source§impl Clone for GetAdScriptAncestryParams
impl Clone for GetAdScriptAncestryParams
Source§fn clone(&self) -> GetAdScriptAncestryParams
fn clone(&self) -> GetAdScriptAncestryParams
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 GetAdScriptAncestryParams
impl Debug for GetAdScriptAncestryParams
Source§impl<'de> Deserialize<'de> for GetAdScriptAncestryParams
impl<'de> Deserialize<'de> for GetAdScriptAncestryParams
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
impl StructuralPartialEq for GetAdScriptAncestryParams
Auto Trait Implementations§
impl Freeze for GetAdScriptAncestryParams
impl RefUnwindSafe for GetAdScriptAncestryParams
impl Send for GetAdScriptAncestryParams
impl Sync for GetAdScriptAncestryParams
impl Unpin for GetAdScriptAncestryParams
impl UnsafeUnpin for GetAdScriptAncestryParams
impl UnwindSafe for GetAdScriptAncestryParams
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