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