pub struct GetBoxModel {
pub node_id: Option<NodeId>,
pub backend_node_id: Option<BackendNodeId>,
pub object_id: Option<RemoteObjectId>,
}Fields§
§node_id: Option<NodeId>§backend_node_id: Option<BackendNodeId>§object_id: Option<RemoteObjectId>Trait Implementations§
Source§impl Clone for GetBoxModel
impl Clone for GetBoxModel
Source§fn clone(&self) -> GetBoxModel
fn clone(&self) -> GetBoxModel
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 GetBoxModel
impl Debug for GetBoxModel
Source§impl<'de> Deserialize<'de> for GetBoxModel
impl<'de> Deserialize<'de> for GetBoxModel
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 Method for GetBoxModel
impl Method for GetBoxModel
const NAME: &'static str = "DOM.getBoxModel"
type ReturnObject = GetBoxModelReturnObject
fn to_method_call(self, call_id: CallId) -> MethodCall<Self>where
Self: Sized,
Source§impl PartialEq for GetBoxModel
impl PartialEq for GetBoxModel
Source§impl Serialize for GetBoxModel
impl Serialize for GetBoxModel
impl StructuralPartialEq for GetBoxModel
Auto Trait Implementations§
impl Freeze for GetBoxModel
impl RefUnwindSafe for GetBoxModel
impl Send for GetBoxModel
impl Sync for GetBoxModel
impl Unpin for GetBoxModel
impl UnwindSafe for GetBoxModel
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