pub enum TextCondition {
None,
}Expand description
20.426 text:condition
The text:condition attribute specifies the display of text. The defined value of the text:condition attribute is none, which means text is hidden.
Variants§
None
Trait Implementations§
Source§impl Clone for TextCondition
impl Clone for TextCondition
Source§fn clone(&self) -> TextCondition
fn clone(&self) -> TextCondition
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 TextCondition
impl Debug for TextCondition
Source§impl Display for TextCondition
impl Display for TextCondition
Source§impl PartialEq for TextCondition
impl PartialEq for TextCondition
impl Copy for TextCondition
impl Eq for TextCondition
impl StructuralPartialEq for TextCondition
Auto Trait Implementations§
impl Freeze for TextCondition
impl RefUnwindSafe for TextCondition
impl Send for TextCondition
impl Sync for TextCondition
impl Unpin for TextCondition
impl UnwindSafe for TextCondition
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.