pub struct GetFrameOwnerResult {
pub backend_node_id: Box<BackendNodeId>,
pub node_id: Option<Box<NodeId>>,
}Fields§
§backend_node_id: Box<BackendNodeId>Resulting node.
node_id: Option<Box<NodeId>>Id of the node at given coordinates, only when enabled and requested document.
Trait Implementations§
Source§impl Clone for GetFrameOwnerResult
impl Clone for GetFrameOwnerResult
Source§fn clone(&self) -> GetFrameOwnerResult
fn clone(&self) -> GetFrameOwnerResult
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 GetFrameOwnerResult
impl Debug for GetFrameOwnerResult
Source§impl<'de> Deserialize<'de> for GetFrameOwnerResult
impl<'de> Deserialize<'de> for GetFrameOwnerResult
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 GetFrameOwnerResult
impl PartialEq for GetFrameOwnerResult
Source§impl Serialize for GetFrameOwnerResult
impl Serialize for GetFrameOwnerResult
Source§impl TryFrom<Value> for GetFrameOwnerResult
impl TryFrom<Value> for GetFrameOwnerResult
impl StructuralPartialEq for GetFrameOwnerResult
Auto Trait Implementations§
impl Freeze for GetFrameOwnerResult
impl RefUnwindSafe for GetFrameOwnerResult
impl Send for GetFrameOwnerResult
impl Sync for GetFrameOwnerResult
impl Unpin for GetFrameOwnerResult
impl UnsafeUnpin for GetFrameOwnerResult
impl UnwindSafe for GetFrameOwnerResult
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