Struct lib_ruby_parser::nodes::Encoding [−][src]
#[repr(C)]pub struct Encoding {
pub expression_l: Loc,
}Expand description
Represents a special __ENCODING__ keyword
Fields
expression_l: LocLocation of the __ENCODING__ keyword
__ENCODING__
~~~~~~~~~~~~Implementations
Returns expression_l field
Sets expression_l field
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Encoding
impl UnwindSafe for Encoding
Blanket Implementations
Mutably borrows from an owned value. Read more