pub enum TextRenderer {
Normal,
Advanced,
}
Variants§
Trait Implementations§
Source§impl Clone for TextRenderer
impl Clone for TextRenderer
Source§fn clone(&self) -> TextRenderer
fn clone(&self) -> TextRenderer
Returns a copy 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 TextRenderer
impl Debug for TextRenderer
Source§impl<'de> Deserialize<'de> for TextRenderer
impl<'de> Deserialize<'de> for TextRenderer
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
Source§impl Hash for TextRenderer
impl Hash for TextRenderer
Source§impl Ord for TextRenderer
impl Ord for TextRenderer
Source§fn cmp(&self, other: &TextRenderer) -> Ordering
fn cmp(&self, other: &TextRenderer) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for TextRenderer
impl PartialEq for TextRenderer
Source§impl PartialOrd for TextRenderer
impl PartialOrd for TextRenderer
Source§impl Serialize for TextRenderer
impl Serialize for TextRenderer
impl Copy for TextRenderer
impl Eq for TextRenderer
impl StructuralPartialEq for TextRenderer
Auto Trait Implementations§
impl Freeze for TextRenderer
impl RefUnwindSafe for TextRenderer
impl Send for TextRenderer
impl Sync for TextRenderer
impl Unpin for TextRenderer
impl UnwindSafe for TextRenderer
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