Enum stc_ts_builtin_types::Lib
source · [−]pub enum Lib {
Show 81 variants
Decorators,
DecoratorsLegacy,
Dom,
DomIterable,
DomIterableGenerated,
Es2015Collection,
Es2015Core,
Es2015,
Es2015Full,
Es2015Generator,
Es2015Iterable,
Es2015Promise,
Es2015Proxy,
Es2015Reflect,
Es2015Symbol,
Es2015SymbolWellknown,
Es2016ArrayInclude,
Es2016,
Es2016Full,
Es2017,
Es2017Full,
Es2017Intl,
Es2017Object,
Es2017Sharedmemory,
Es2017String,
Es2017Typedarrays,
Es2018Asyncgenerator,
Es2018Asynciterable,
Es2018,
Es2018Full,
Es2018Intl,
Es2018Promise,
Es2018Regexp,
Es2019Array,
Es2019,
Es2019Full,
Es2019Intl,
Es2019Object,
Es2019String,
Es2019Symbol,
Es2020Bigint,
Es2020,
Es2020Date,
Es2020Full,
Es2020Intl,
Es2020Number,
Es2020Promise,
Es2020Sharedmemory,
Es2020String,
Es2020SymbolWellknown,
Es2021,
Es2021Full,
Es2021Intl,
Es2021Promise,
Es2021String,
Es2021Weakref,
Es2022Array,
Es2022,
Es2022Error,
Es2022Full,
Es2022Intl,
Es2022Object,
Es2022Regexp,
Es2022Sharedmemory,
Es2022String,
Es2023Array,
Es2023,
Es2023Full,
Es5,
Es5Full,
Esnext,
EsnextFull,
EsnextIntl,
EsnextPromise,
EsnextString,
EsnextWeakref,
Header,
Scripthost,
WebworkerGenerated,
WebworkerImportscripts,
WebworkerIterableGenerated,
}
Variants
Decorators
DecoratorsLegacy
Dom
DomIterable
DomIterableGenerated
Es2015Collection
Es2015Core
Es2015
Es2015Full
Es2015Generator
Es2015Iterable
Es2015Promise
Es2015Proxy
Es2015Reflect
Es2015Symbol
Es2015SymbolWellknown
Es2016ArrayInclude
Es2016
Es2016Full
Es2017
Es2017Full
Es2017Intl
Es2017Object
Es2017Sharedmemory
Es2017String
Es2017Typedarrays
Es2018Asyncgenerator
Es2018Asynciterable
Es2018
Es2018Full
Es2018Intl
Es2018Promise
Es2018Regexp
Es2019Array
Es2019
Es2019Full
Es2019Intl
Es2019Object
Es2019String
Es2019Symbol
Es2020Bigint
Es2020
Es2020Date
Es2020Full
Es2020Intl
Es2020Number
Es2020Promise
Es2020Sharedmemory
Es2020String
Es2020SymbolWellknown
Es2021
Es2021Full
Es2021Intl
Es2021Promise
Es2021String
Es2021Weakref
Es2022Array
Es2022
Es2022Error
Es2022Full
Es2022Intl
Es2022Object
Es2022Regexp
Es2022Sharedmemory
Es2022String
Es2023Array
Es2023
Es2023Full
Es5
Es5Full
Esnext
EsnextFull
EsnextIntl
EsnextPromise
EsnextString
EsnextWeakref
Header
Scripthost
WebworkerGenerated
WebworkerImportscripts
WebworkerIterableGenerated
Implementations
Trait Implementations
sourceimpl Ord for Lib
impl Ord for Lib
1.21.0 · sourcefn max(self, other: Self) -> Self
fn max(self, other: Self) -> Self
Compares and returns the maximum of two values. Read more
1.21.0 · sourcefn min(self, other: Self) -> Self
fn min(self, other: Self) -> Self
Compares and returns the minimum of two values. Read more
1.50.0 · sourcefn clamp(self, min: Self, max: Self) -> Selfwhere
Self: PartialOrd<Self>,
fn clamp(self, min: Self, max: Self) -> Selfwhere
Self: PartialOrd<Self>,
Restrict a value to a certain interval. Read more
sourceimpl PartialOrd<Lib> for Lib
impl PartialOrd<Lib> for Lib
sourcefn partial_cmp(&self, other: &Self) -> Option<Ordering>
fn partial_cmp(&self, other: &Self) -> Option<Ordering>
1.0.0 · sourcefn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Copy for Lib
impl Eq for Lib
impl StructuralEq for Lib
impl StructuralPartialEq for Lib
Auto Trait Implementations
impl RefUnwindSafe for Lib
impl Send for Lib
impl Sync for Lib
impl Unpin for Lib
impl UnwindSafe for Lib
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> CallHasher for Twhere
T: Hash + ?Sized,
impl<T> CallHasher for Twhere
T: Hash + ?Sized,
sourceimpl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
sourcefn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.