pub enum BasicFonts {
Alligator,
Arrows,
Banner,
Bell,
Big,
Block,
ChineseMafia,
OldItalic,
}Variants§
Trait Implementations§
Source§impl Clone for BasicFonts
impl Clone for BasicFonts
Source§fn clone(&self) -> BasicFonts
fn clone(&self) -> BasicFonts
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 Debug for BasicFonts
impl Debug for BasicFonts
Source§impl Hash for BasicFonts
impl Hash for BasicFonts
Source§impl PartialEq for BasicFonts
impl PartialEq for BasicFonts
impl Eq for BasicFonts
impl StructuralPartialEq for BasicFonts
Auto Trait Implementations§
impl Freeze for BasicFonts
impl RefUnwindSafe for BasicFonts
impl Send for BasicFonts
impl Sync for BasicFonts
impl Unpin for BasicFonts
impl UnwindSafe for BasicFonts
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