pub struct NullKeyword {
pub range: Range,
}
Expand description
Represents the null keyword (ex. null
).
Fields§
§range: Range
Trait Implementations§
Source§impl Clone for NullKeyword
impl Clone for NullKeyword
Source§fn clone(&self) -> NullKeyword
fn clone(&self) -> NullKeyword
Returns a copy 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 NullKeyword
impl Debug for NullKeyword
Source§impl<'a, 'b> From<&'b NullKeyword> for Node<'a, 'b>
impl<'a, 'b> From<&'b NullKeyword> for Node<'a, 'b>
Source§fn from(node: &'b NullKeyword) -> Node<'a, 'b>
fn from(node: &'b NullKeyword) -> Node<'a, 'b>
Converts to this type from the input type.
Source§impl PartialEq for NullKeyword
impl PartialEq for NullKeyword
Source§impl Ranged for NullKeyword
impl Ranged for NullKeyword
impl StructuralPartialEq for NullKeyword
Auto Trait Implementations§
impl Freeze for NullKeyword
impl RefUnwindSafe for NullKeyword
impl Send for NullKeyword
impl Sync for NullKeyword
impl Unpin for NullKeyword
impl UnwindSafe for NullKeyword
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)