pub enum TextAutoSpace {
IdeographAlpha,
None,
}Expand description
20.365 style:text-autospace
The style:text-autospace attribute specifies whether to add space between portions of Asian, Western, and complex texts.
The defined values for the style:text-autospace attribute are:
- ideograph-alpha: space should be added between portions of Asian, Western and Complex texts.
- none: space should not be added between portions of Asian, Western and complex texts.
Variants§
Trait Implementations§
Source§impl Clone for TextAutoSpace
impl Clone for TextAutoSpace
Source§fn clone(&self) -> TextAutoSpace
fn clone(&self) -> TextAutoSpace
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 TextAutoSpace
impl Debug for TextAutoSpace
Source§impl Display for TextAutoSpace
impl Display for TextAutoSpace
Source§impl PartialEq for TextAutoSpace
impl PartialEq for TextAutoSpace
impl Copy for TextAutoSpace
impl Eq for TextAutoSpace
impl StructuralPartialEq for TextAutoSpace
Auto Trait Implementations§
impl Freeze for TextAutoSpace
impl RefUnwindSafe for TextAutoSpace
impl Send for TextAutoSpace
impl Sync for TextAutoSpace
impl Unpin for TextAutoSpace
impl UnwindSafe for TextAutoSpace
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.