pub enum KeywordType {
Show 13 variants
Any,
Unknown,
Never,
Void,
Undefined,
Null,
Boolean,
Number,
BigInt,
String,
Symbol,
Object,
Intrinsic,
}Variants§
Trait Implementations§
Source§impl Clone for KeywordType
impl Clone for KeywordType
Source§fn clone(&self) -> KeywordType
fn clone(&self) -> KeywordType
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for KeywordType
Source§impl Debug for KeywordType
impl Debug for KeywordType
impl Eq for KeywordType
Source§impl Hash for KeywordType
impl Hash for KeywordType
Source§impl PartialEq for KeywordType
impl PartialEq for KeywordType
impl StructuralPartialEq for KeywordType
Auto Trait Implementations§
impl Freeze for KeywordType
impl RefUnwindSafe for KeywordType
impl Send for KeywordType
impl Sync for KeywordType
impl Unpin for KeywordType
impl UnsafeUnpin for KeywordType
impl UnwindSafe for KeywordType
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