pub enum TextStrike {
None,
Single,
Double,
}Expand description
ST_TextStrikeType.
Variants§
Trait Implementations§
Source§impl Clone for TextStrike
impl Clone for TextStrike
Source§fn clone(&self) -> TextStrike
fn clone(&self) -> TextStrike
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 TextStrike
Source§impl Debug for TextStrike
impl Debug for TextStrike
impl Eq for TextStrike
Source§impl PartialEq for TextStrike
impl PartialEq for TextStrike
impl StructuralPartialEq for TextStrike
Auto Trait Implementations§
impl Freeze for TextStrike
impl RefUnwindSafe for TextStrike
impl Send for TextStrike
impl Sync for TextStrike
impl Unpin for TextStrike
impl UnsafeUnpin for TextStrike
impl UnwindSafe for TextStrike
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.