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