pub struct RunFonts { /* private fields */ }
Implementations§
Source§impl RunFonts
impl RunFonts
pub fn new() -> RunFonts
pub fn ascii(self, f: impl Into<String>) -> Self
pub fn hi_ansi(self, f: impl Into<String>) -> Self
pub fn east_asia(self, f: impl Into<String>) -> Self
pub fn cs(self, f: impl Into<String>) -> Self
pub fn ascii_theme(self, f: impl Into<String>) -> Self
pub fn hi_ansi_theme(self, f: impl Into<String>) -> Self
pub fn east_asia_theme(self, f: impl Into<String>) -> Self
pub fn cs_theme(self, f: impl Into<String>) -> Self
pub fn hint(self, f: impl Into<String>) -> Self
Trait Implementations§
Source§impl<'de> Deserialize<'de> for RunFonts
impl<'de> Deserialize<'de> for RunFonts
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 StructuralPartialEq for RunFonts
Auto Trait Implementations§
impl Freeze for RunFonts
impl RefUnwindSafe for RunFonts
impl Send for RunFonts
impl Sync for RunFonts
impl Unpin for RunFonts
impl UnwindSafe for RunFonts
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