pub struct GetBoxModelParams {
pub nodeId: Option<NodeId>,
pub backendNodeId: Option<BackendNodeId>,
pub objectId: Option<RemoteObjectId>,
}Expand description
Returns boxes for the given node.
Fields§
§nodeId: Option<NodeId>Identifier of the node.
backendNodeId: Option<BackendNodeId>Identifier of the backend node.
objectId: Option<RemoteObjectId>JavaScript object id of the node wrapper.
Implementations§
Trait Implementations§
Source§impl CdpCommand for GetBoxModelParams
impl CdpCommand for GetBoxModelParams
Source§impl Clone for GetBoxModelParams
impl Clone for GetBoxModelParams
Source§fn clone(&self) -> GetBoxModelParams
fn clone(&self) -> GetBoxModelParams
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 GetBoxModelParams
impl Debug for GetBoxModelParams
Source§impl Default for GetBoxModelParams
impl Default for GetBoxModelParams
Source§fn default() -> GetBoxModelParams
fn default() -> GetBoxModelParams
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GetBoxModelParams
impl<'de> Deserialize<'de> for GetBoxModelParams
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 GetBoxModelParams
impl RefUnwindSafe for GetBoxModelParams
impl Send for GetBoxModelParams
impl Sync for GetBoxModelParams
impl Unpin for GetBoxModelParams
impl UnsafeUnpin for GetBoxModelParams
impl UnwindSafe for GetBoxModelParams
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