pub struct PageGetFrameTreeResult {
pub frame_tree: PageFrameTree,
}Expand description
Typed result for Page.getFrameTree.
Fields§
§frame_tree: PageFrameTreeThe root frame tree.
Trait Implementations§
Source§impl Clone for PageGetFrameTreeResult
impl Clone for PageGetFrameTreeResult
Source§fn clone(&self) -> PageGetFrameTreeResult
fn clone(&self) -> PageGetFrameTreeResult
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 PageGetFrameTreeResult
impl Debug for PageGetFrameTreeResult
Source§impl<'de> Deserialize<'de> for PageGetFrameTreeResult
impl<'de> Deserialize<'de> for PageGetFrameTreeResult
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 PartialEq for PageGetFrameTreeResult
impl PartialEq for PageGetFrameTreeResult
Source§impl Serialize for PageGetFrameTreeResult
impl Serialize for PageGetFrameTreeResult
impl Eq for PageGetFrameTreeResult
impl StructuralPartialEq for PageGetFrameTreeResult
Auto Trait Implementations§
impl Freeze for PageGetFrameTreeResult
impl RefUnwindSafe for PageGetFrameTreeResult
impl Send for PageGetFrameTreeResult
impl Sync for PageGetFrameTreeResult
impl Unpin for PageGetFrameTreeResult
impl UnsafeUnpin for PageGetFrameTreeResult
impl UnwindSafe for PageGetFrameTreeResult
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