pub enum HyphenationLadderCount {
NoLimit,
Count(u32),
}Expand description
20.197 fo:hyphenation-ladder-count
See §7.15.2 of XSL.
The defined values for the fo:hyphenation-ladder-count attribute are:
- no-limit:
- a value of type positiveInteger
Variants§
Trait Implementations§
Source§impl Clone for HyphenationLadderCount
impl Clone for HyphenationLadderCount
Source§fn clone(&self) -> HyphenationLadderCount
fn clone(&self) -> HyphenationLadderCount
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 HyphenationLadderCount
impl Debug for HyphenationLadderCount
Source§impl Display for HyphenationLadderCount
impl Display for HyphenationLadderCount
Source§impl PartialEq for HyphenationLadderCount
impl PartialEq for HyphenationLadderCount
impl Copy for HyphenationLadderCount
impl Eq for HyphenationLadderCount
impl StructuralPartialEq for HyphenationLadderCount
Auto Trait Implementations§
impl Freeze for HyphenationLadderCount
impl RefUnwindSafe for HyphenationLadderCount
impl Send for HyphenationLadderCount
impl Sync for HyphenationLadderCount
impl Unpin for HyphenationLadderCount
impl UnwindSafe for HyphenationLadderCount
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.