#[repr(i32)]pub enum AlterTsConfigType {
AlterTsconfigTypeUndefined = 0,
AlterTsconfigAddMapping = 1,
AlterTsconfigAlterMappingForToken = 2,
AlterTsconfigReplaceDict = 3,
AlterTsconfigReplaceDictForToken = 4,
AlterTsconfigDropMapping = 5,
}
Variants§
AlterTsconfigTypeUndefined = 0
AlterTsconfigAddMapping = 1
AlterTsconfigAlterMappingForToken = 2
AlterTsconfigReplaceDict = 3
AlterTsconfigReplaceDictForToken = 4
AlterTsconfigDropMapping = 5
Implementations§
Trait Implementations§
Source§impl Clone for AlterTsConfigType
impl Clone for AlterTsConfigType
Source§fn clone(&self) -> AlterTsConfigType
fn clone(&self) -> AlterTsConfigType
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 AlterTsConfigType
impl Debug for AlterTsConfigType
Source§impl Default for AlterTsConfigType
impl Default for AlterTsConfigType
Source§fn default() -> AlterTsConfigType
fn default() -> AlterTsConfigType
Returns the “default value” for a type. Read more
Source§impl From<AlterTsConfigType> for i32
impl From<AlterTsConfigType> for i32
Source§fn from(value: AlterTsConfigType) -> i32
fn from(value: AlterTsConfigType) -> i32
Converts to this type from the input type.
Source§impl Hash for AlterTsConfigType
impl Hash for AlterTsConfigType
Source§impl Ord for AlterTsConfigType
impl Ord for AlterTsConfigType
Source§fn cmp(&self, other: &AlterTsConfigType) -> Ordering
fn cmp(&self, other: &AlterTsConfigType) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for AlterTsConfigType
impl PartialEq for AlterTsConfigType
Source§impl PartialOrd for AlterTsConfigType
impl PartialOrd for AlterTsConfigType
impl Copy for AlterTsConfigType
impl Eq for AlterTsConfigType
impl StructuralPartialEq for AlterTsConfigType
Auto Trait Implementations§
impl Freeze for AlterTsConfigType
impl RefUnwindSafe for AlterTsConfigType
impl Send for AlterTsConfigType
impl Sync for AlterTsConfigType
impl Unpin for AlterTsConfigType
impl UnwindSafe for AlterTsConfigType
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