pub struct NullExpression {
pub span: Span,
}Expand description
Literal NULL expression
Fields§
§span: SpanSpan of “NULL”
Trait Implementations§
Source§impl Clone for NullExpression
impl Clone for NullExpression
Source§fn clone(&self) -> NullExpression
fn clone(&self) -> NullExpression
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for NullExpression
impl Debug for NullExpression
Auto Trait Implementations§
impl Freeze for NullExpression
impl RefUnwindSafe for NullExpression
impl Send for NullExpression
impl Sync for NullExpression
impl Unpin for NullExpression
impl UnsafeUnpin for NullExpression
impl UnwindSafe for NullExpression
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