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