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