#[repr(C)]pub struct Nil {
pub expression_l: Loc,
}Expand description
Represents nil literal
Fields§
§expression_l: LocLocation of the nil keyword
nil
~~~Trait Implementations§
impl StructuralPartialEq for Nil
Auto Trait Implementations§
impl Freeze for Nil
impl RefUnwindSafe for Nil
impl Send for Nil
impl Sync for Nil
impl Unpin for Nil
impl UnwindSafe for Nil
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more