pub struct FontIdentity {
pub family: String,
pub asset: String,
pub sha256: String,
pub shaping: String,
}Fields§
§family: String§asset: String§sha256: String§shaping: StringTrait Implementations§
Source§impl Clone for FontIdentity
impl Clone for FontIdentity
Source§fn clone(&self) -> FontIdentity
fn clone(&self) -> FontIdentity
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 FontIdentity
impl Debug for FontIdentity
Source§impl<'de> Deserialize<'de> for FontIdentity
impl<'de> Deserialize<'de> for FontIdentity
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
impl Eq for FontIdentity
Source§impl PartialEq for FontIdentity
impl PartialEq for FontIdentity
Source§impl Serialize for FontIdentity
impl Serialize for FontIdentity
impl StructuralPartialEq for FontIdentity
Auto Trait Implementations§
impl Freeze for FontIdentity
impl RefUnwindSafe for FontIdentity
impl Send for FontIdentity
impl Sync for FontIdentity
impl Unpin for FontIdentity
impl UnsafeUnpin for FontIdentity
impl UnwindSafe for FontIdentity
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