pub struct GetFrameTreeResult {
pub frame_tree: FrameTree,
}Expand description
Result of Page.getFrameTree.
Fields§
§frame_tree: FrameTreeFrame tree structure.
Trait Implementations§
Source§impl Clone for GetFrameTreeResult
impl Clone for GetFrameTreeResult
Source§fn clone(&self) -> GetFrameTreeResult
fn clone(&self) -> GetFrameTreeResult
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 GetFrameTreeResult
impl Debug for GetFrameTreeResult
Source§impl<'de> Deserialize<'de> for GetFrameTreeResult
impl<'de> Deserialize<'de> for GetFrameTreeResult
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
Auto Trait Implementations§
impl Freeze for GetFrameTreeResult
impl RefUnwindSafe for GetFrameTreeResult
impl Send for GetFrameTreeResult
impl Sync for GetFrameTreeResult
impl Unpin for GetFrameTreeResult
impl UnwindSafe for GetFrameTreeResult
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