pub enum STTblStyleOverrideType {
Show 13 variants
WholeTable,
FirstRow,
LastRow,
FirstCol,
LastCol,
Band1Vert,
Band2Vert,
Band1Horz,
Band2Horz,
NeCell,
NwCell,
SeCell,
SwCell,
}Variants§
WholeTable
FirstRow
LastRow
FirstCol
LastCol
Band1Vert
Band2Vert
Band1Horz
Band2Horz
NeCell
NwCell
SeCell
SwCell
Trait Implementations§
Source§impl Clone for STTblStyleOverrideType
impl Clone for STTblStyleOverrideType
Source§fn clone(&self) -> STTblStyleOverrideType
fn clone(&self) -> STTblStyleOverrideType
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 STTblStyleOverrideType
impl Debug for STTblStyleOverrideType
Source§impl<'de> Deserialize<'de> for STTblStyleOverrideType
impl<'de> Deserialize<'de> for STTblStyleOverrideType
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Display for STTblStyleOverrideType
impl Display for STTblStyleOverrideType
Source§impl FromStr for STTblStyleOverrideType
impl FromStr for STTblStyleOverrideType
Source§impl PartialEq for STTblStyleOverrideType
impl PartialEq for STTblStyleOverrideType
Source§impl Serialize for STTblStyleOverrideType
impl Serialize for STTblStyleOverrideType
impl Copy for STTblStyleOverrideType
impl Eq for STTblStyleOverrideType
impl StructuralPartialEq for STTblStyleOverrideType
Auto Trait Implementations§
impl Freeze for STTblStyleOverrideType
impl RefUnwindSafe for STTblStyleOverrideType
impl Send for STTblStyleOverrideType
impl Sync for STTblStyleOverrideType
impl Unpin for STTblStyleOverrideType
impl UnsafeUnpin for STTblStyleOverrideType
impl UnwindSafe for STTblStyleOverrideType
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.