pub enum TsKeywordType {
String,
Number,
}
Expand description
A configurable TS keyword type
Variants§
Trait Implementations§
Source§impl Clone for TsKeywordType
impl Clone for TsKeywordType
Source§fn clone(&self) -> TsKeywordType
fn clone(&self) -> TsKeywordType
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<'de> Deserialize<'de> for TsKeywordType
impl<'de> Deserialize<'de> for TsKeywordType
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 Serialize for TsKeywordType
impl Serialize for TsKeywordType
impl Copy for TsKeywordType
Auto Trait Implementations§
impl Freeze for TsKeywordType
impl RefUnwindSafe for TsKeywordType
impl Send for TsKeywordType
impl Sync for TsKeywordType
impl Unpin for TsKeywordType
impl UnwindSafe for TsKeywordType
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