pub enum TextGridding {
None,
Round,
}Expand description
TS TextGridding = 'none' | 'round'.
Variants§
Trait Implementations§
Source§impl Clone for TextGridding
impl Clone for TextGridding
Source§fn clone(&self) -> TextGridding
fn clone(&self) -> TextGridding
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for TextGridding
Source§impl Debug for TextGridding
impl Debug for TextGridding
impl Eq for TextGridding
Source§impl PartialEq for TextGridding
impl PartialEq for TextGridding
Source§fn eq(&self, other: &TextGridding) -> bool
fn eq(&self, other: &TextGridding) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for TextGridding
Auto Trait Implementations§
impl Freeze for TextGridding
impl RefUnwindSafe for TextGridding
impl Send for TextGridding
impl Sync for TextGridding
impl Unpin for TextGridding
impl UnsafeUnpin for TextGridding
impl UnwindSafe for TextGridding
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