Struct lib_ruby_parser::nodes::Encoding
source · [−]#[repr(C)]pub struct Encoding {
pub expression_l: Loc,
}
Expand description
Represents a special __ENCODING__
keyword
Fields
expression_l: Loc
Location of the __ENCODING__
keyword
__ENCODING__
~~~~~~~~~~~~
Trait Implementations
impl StructuralPartialEq for Encoding
Auto Trait Implementations
impl RefUnwindSafe for Encoding
impl Send for Encoding
impl Sync for Encoding
impl Unpin for Encoding
impl UnwindSafe for Encoding
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