pub enum Other {
Show 73 variants
Any,
ArrayBuffer,
Attribute,
Boolean,
Byte,
ByteString,
Callback,
Const,
DOMString,
DataView,
Deleter,
Dictionary,
Double,
Enum,
False,
Float,
Float32Array,
Float64Array,
FrozenArray,
Getter,
Implements,
Includes,
Inherit,
Int16Array,
Int32Array,
Int8Array,
Interface,
Iterable,
LegacyCaller,
Long,
Maplike,
Namespace,
NegativeInfinity,
NaN,
Null,
Object,
Octet,
Optional,
Or,
Partial,
PositiveInfinity,
Required,
Sequence,
Setlike,
Setter,
Short,
Static,
Stringifier,
True,
Typedef,
USVString,
Uint16Array,
Uint32Array,
Uint8Array,
Uint8ClampedArray,
Unrestricted,
Unsigned,
Void,
FloatLiteral(f64),
Identifier(Identifier),
OtherLiteral(char),
SignedIntegerLiteral(i64),
StringLiteral(String),
UnsignedIntegerLiteral(u64),
Colon,
Ellipsis,
Equals,
GreaterThan,
Hyphen,
LessThan,
Period,
QuestionMark,
Semicolon,
}
Variants§
Any
ArrayBuffer
Attribute
Boolean
Byte
ByteString
Callback
Const
DOMString
DataView
Deleter
Dictionary
Double
Enum
False
Float
Float32Array
Float64Array
FrozenArray
Getter
Implements
Includes
Inherit
Int16Array
Int32Array
Int8Array
Interface
Iterable
LegacyCaller
Long
Maplike
Namespace
NegativeInfinity
NaN
Null
Object
Octet
Optional
Or
Partial
PositiveInfinity
Required
Sequence
Setlike
Setter
Short
Static
Stringifier
True
Typedef
USVString
Uint16Array
Uint32Array
Uint8Array
Uint8ClampedArray
Unrestricted
Unsigned
Void
FloatLiteral(f64)
Identifier(Identifier)
OtherLiteral(char)
SignedIntegerLiteral(i64)
StringLiteral(String)
UnsignedIntegerLiteral(u64)
Colon
Ellipsis
Equals
GreaterThan
Hyphen
LessThan
Period
QuestionMark
Semicolon
Trait Implementations§
impl StructuralPartialEq for Other
Auto Trait Implementations§
impl Freeze for Other
impl RefUnwindSafe for Other
impl Send for Other
impl Sync for Other
impl Unpin for Other
impl UnwindSafe for Other
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