pub struct GetPlatformFontsForNodeResult {
pub fonts: Vec<PlatformFontUsage>,
}Fields§
§fonts: Vec<PlatformFontUsage>Usage statistics for every employed platform font.
Trait Implementations§
Source§impl Clone for GetPlatformFontsForNodeResult
impl Clone for GetPlatformFontsForNodeResult
Source§fn clone(&self) -> GetPlatformFontsForNodeResult
fn clone(&self) -> GetPlatformFontsForNodeResult
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 GetPlatformFontsForNodeResult
impl<'de> Deserialize<'de> for GetPlatformFontsForNodeResult
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 GetPlatformFontsForNodeResult
impl PartialEq for GetPlatformFontsForNodeResult
Source§fn eq(&self, other: &GetPlatformFontsForNodeResult) -> bool
fn eq(&self, other: &GetPlatformFontsForNodeResult) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl TryFrom<Value> for GetPlatformFontsForNodeResult
impl TryFrom<Value> for GetPlatformFontsForNodeResult
impl StructuralPartialEq for GetPlatformFontsForNodeResult
Auto Trait Implementations§
impl Freeze for GetPlatformFontsForNodeResult
impl RefUnwindSafe for GetPlatformFontsForNodeResult
impl Send for GetPlatformFontsForNodeResult
impl Sync for GetPlatformFontsForNodeResult
impl Unpin for GetPlatformFontsForNodeResult
impl UnsafeUnpin for GetPlatformFontsForNodeResult
impl UnwindSafe for GetPlatformFontsForNodeResult
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