pub struct FontCollection;
Implementations§
Trait Implementations§
Source§impl Clone for FontCollection
impl Clone for FontCollection
Source§fn clone(&self) -> FontCollection
fn clone(&self) -> FontCollection
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 From<&FontCollection> for FontCollection
impl From<&FontCollection> for FontCollection
Source§fn from(value: &FontCollection) -> Self
fn from(value: &FontCollection) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for FontCollection
impl RefUnwindSafe for FontCollection
impl Send for FontCollection
impl Sync for FontCollection
impl Unpin for FontCollection
impl UnwindSafe for FontCollection
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