pub struct RendererSvgTextFontSelectionMissRecord {
pub requested_families: Vec<String>,
pub weight: u16,
pub style: String,
pub stretch: String,
}Fields§
§requested_families: Vec<String>§weight: u16§style: String§stretch: StringTrait Implementations§
Source§impl Clone for RendererSvgTextFontSelectionMissRecord
impl Clone for RendererSvgTextFontSelectionMissRecord
Source§fn clone(&self) -> RendererSvgTextFontSelectionMissRecord
fn clone(&self) -> RendererSvgTextFontSelectionMissRecord
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 RendererSvgTextFontSelectionMissRecord
impl<'de> Deserialize<'de> for RendererSvgTextFontSelectionMissRecord
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 RendererSvgTextFontSelectionMissRecord
impl PartialEq for RendererSvgTextFontSelectionMissRecord
Source§fn eq(&self, other: &RendererSvgTextFontSelectionMissRecord) -> bool
fn eq(&self, other: &RendererSvgTextFontSelectionMissRecord) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for RendererSvgTextFontSelectionMissRecord
impl StructuralPartialEq for RendererSvgTextFontSelectionMissRecord
Auto Trait Implementations§
impl Freeze for RendererSvgTextFontSelectionMissRecord
impl RefUnwindSafe for RendererSvgTextFontSelectionMissRecord
impl Send for RendererSvgTextFontSelectionMissRecord
impl Sync for RendererSvgTextFontSelectionMissRecord
impl Unpin for RendererSvgTextFontSelectionMissRecord
impl UnsafeUnpin for RendererSvgTextFontSelectionMissRecord
impl UnwindSafe for RendererSvgTextFontSelectionMissRecord
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