pub struct GetBoxModelParams {
pub node_id: Option<Box<NodeId>>,
pub backend_node_id: Option<Box<BackendNodeId>>,
pub object_id: Option<RemoteObjectId>,
}Expand description
Returns boxes for the given node. getBoxModel
Fields§
§node_id: Option<Box<NodeId>>Identifier of the node.
backend_node_id: Option<Box<BackendNodeId>>Identifier of the backend node.
object_id: Option<RemoteObjectId>JavaScript object id of the node wrapper.
Trait Implementations§
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
Source§impl PartialEq for GetBoxModelParams
impl PartialEq for GetBoxModelParams
Source§impl Serialize for GetBoxModelParams
impl Serialize for GetBoxModelParams
impl StructuralPartialEq for GetBoxModelParams
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