pub struct PushNodesByBackendIdsToFrontend {
pub backend_node_ids: Vec<BackendNodeId>,
}Fields§
§backend_node_ids: Vec<BackendNodeId>Trait Implementations§
Source§impl Clone for PushNodesByBackendIdsToFrontend
impl Clone for PushNodesByBackendIdsToFrontend
Source§fn clone(&self) -> PushNodesByBackendIdsToFrontend
fn clone(&self) -> PushNodesByBackendIdsToFrontend
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<'de> Deserialize<'de> for PushNodesByBackendIdsToFrontend
impl<'de> Deserialize<'de> for PushNodesByBackendIdsToFrontend
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 PushNodesByBackendIdsToFrontend
impl Method for PushNodesByBackendIdsToFrontend
const NAME: &'static str = "DOM.pushNodesByBackendIdsToFrontend"
type ReturnObject = PushNodesByBackendIdsToFrontendReturnObject
fn to_method_call(self, call_id: CallId) -> MethodCall<Self>where
Self: Sized,
Source§impl PartialEq for PushNodesByBackendIdsToFrontend
impl PartialEq for PushNodesByBackendIdsToFrontend
Source§fn eq(&self, other: &PushNodesByBackendIdsToFrontend) -> bool
fn eq(&self, other: &PushNodesByBackendIdsToFrontend) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for PushNodesByBackendIdsToFrontend
Auto Trait Implementations§
impl Freeze for PushNodesByBackendIdsToFrontend
impl RefUnwindSafe for PushNodesByBackendIdsToFrontend
impl Send for PushNodesByBackendIdsToFrontend
impl Sync for PushNodesByBackendIdsToFrontend
impl Unpin for PushNodesByBackendIdsToFrontend
impl UnwindSafe for PushNodesByBackendIdsToFrontend
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