pub enum TableLayoutType {
Fixed,
Autofit,
}
Variants§
Trait Implementations§
Source§impl Clone for TableLayoutType
impl Clone for TableLayoutType
Source§fn clone(&self) -> TableLayoutType
fn clone(&self) -> TableLayoutType
Returns a copy 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 TableLayoutType
impl Debug for TableLayoutType
Source§impl<'de> Deserialize<'de> for TableLayoutType
impl<'de> Deserialize<'de> for TableLayoutType
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 TableLayoutType
impl Display for TableLayoutType
Source§impl FromStr for TableLayoutType
impl FromStr for TableLayoutType
Source§impl PartialEq for TableLayoutType
impl PartialEq for TableLayoutType
Source§impl Serialize for TableLayoutType
impl Serialize for TableLayoutType
impl Copy for TableLayoutType
impl StructuralPartialEq for TableLayoutType
Auto Trait Implementations§
impl Freeze for TableLayoutType
impl RefUnwindSafe for TableLayoutType
impl Send for TableLayoutType
impl Sync for TableLayoutType
impl Unpin for TableLayoutType
impl UnwindSafe for TableLayoutType
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