pub enum TabValueType {
Bar,
Center,
Clear,
Decimal,
End,
Right,
Num,
Start,
Left,
}
Variants§
Trait Implementations§
Source§impl Clone for TabValueType
impl Clone for TabValueType
Source§fn clone(&self) -> TabValueType
fn clone(&self) -> TabValueType
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 TabValueType
impl Debug for TabValueType
Source§impl<'de> Deserialize<'de> for TabValueType
impl<'de> Deserialize<'de> for TabValueType
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 TabValueType
impl Display for TabValueType
Source§impl FromStr for TabValueType
impl FromStr for TabValueType
Source§impl PartialEq for TabValueType
impl PartialEq for TabValueType
Source§impl Serialize for TabValueType
impl Serialize for TabValueType
impl Copy for TabValueType
impl StructuralPartialEq for TabValueType
Auto Trait Implementations§
impl Freeze for TabValueType
impl RefUnwindSafe for TabValueType
impl Send for TabValueType
impl Sync for TabValueType
impl Unpin for TabValueType
impl UnwindSafe for TabValueType
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