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