pub enum TextPreset {
Xs,
Sm,
Base,
Prose,
Label,
}Variants§
Trait Implementations§
Source§impl Clone for TextPreset
impl Clone for TextPreset
Source§fn clone(&self) -> TextPreset
fn clone(&self) -> TextPreset
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 TextPreset
impl Debug for TextPreset
Source§impl PartialEq for TextPreset
impl PartialEq for TextPreset
impl Copy for TextPreset
impl Eq for TextPreset
impl StructuralPartialEq for TextPreset
Auto Trait Implementations§
impl Freeze for TextPreset
impl RefUnwindSafe for TextPreset
impl Send for TextPreset
impl Sync for TextPreset
impl Unpin for TextPreset
impl UnsafeUnpin for TextPreset
impl UnwindSafe for TextPreset
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