pub enum TextDisplay {
None,
Condition,
True,
}Expand description
20.427 text:display
The text:display attribute specifies whether text is hidden.
The defined values for the text:display attribute are:
- condition: text is hidden under the condition specified in the text:condition 20.426 attribute.
- none: text is hidden unconditionally.
- true: text is displayed. This is the default setting
Variants§
Trait Implementations§
Source§impl Clone for TextDisplay
impl Clone for TextDisplay
Source§fn clone(&self) -> TextDisplay
fn clone(&self) -> TextDisplay
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 TextDisplay
impl Debug for TextDisplay
Source§impl Display for TextDisplay
impl Display for TextDisplay
Source§impl PartialEq for TextDisplay
impl PartialEq for TextDisplay
impl Copy for TextDisplay
impl Eq for TextDisplay
impl StructuralPartialEq for TextDisplay
Auto Trait Implementations§
impl Freeze for TextDisplay
impl RefUnwindSafe for TextDisplay
impl Send for TextDisplay
impl Sync for TextDisplay
impl Unpin for TextDisplay
impl UnwindSafe for TextDisplay
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.