IdentIsRaw in rustc_ast::token - Rust (original) (raw)
pub enum IdentIsRaw {
No,
Yes,
}
Variants§
No
Yes
Trait Implementations§
Auto Trait Implementations§
impl DynSend for IdentIsRaw
impl DynSync for IdentIsRaw
impl Freeze for IdentIsRaw
impl RefUnwindSafe for IdentIsRaw
impl Send for IdentIsRaw
impl Sync for IdentIsRaw
impl Unpin for IdentIsRaw
impl UnwindSafe for IdentIsRaw
Blanket Implementations§
Layout§
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.
Size: 1 byte
Size for each variant:
No
: 0 bytesYes
: 0 bytes