Struct lib_ruby_parser::source::SourceLine [−][src]
#[repr(C)]pub struct SourceLine { /* fields omitted */ }
Expand description
Representation of a source line in a source file
Trait Implementations
Returns the “default value” for a type. Read more
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Returns true of line ends with EOF
Sets whether line ends with EOF
Auto Trait Implementations
impl RefUnwindSafe for SourceLineimpl Send for SourceLineimpl Sync for SourceLineimpl Unpin for SourceLineimpl UnwindSafe for SourceLineBlanket Implementations
Mutably borrows from an owned value. Read more