pub struct ThemeTypeface {
pub typeface: String,
/* private fields */
}Fields§
§typeface: StringTrait Implementations§
Source§impl Clone for ThemeTypeface
impl Clone for ThemeTypeface
Source§fn clone(&self) -> ThemeTypeface
fn clone(&self) -> ThemeTypeface
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 ThemeTypeface
impl Debug for ThemeTypeface
impl Eq for ThemeTypeface
Source§impl PartialEq for ThemeTypeface
impl PartialEq for ThemeTypeface
impl StructuralPartialEq for ThemeTypeface
Auto Trait Implementations§
impl Freeze for ThemeTypeface
impl RefUnwindSafe for ThemeTypeface
impl Send for ThemeTypeface
impl Sync for ThemeTypeface
impl Unpin for ThemeTypeface
impl UnsafeUnpin for ThemeTypeface
impl UnwindSafe for ThemeTypeface
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