pub struct ConsoleKeyword<'ast> {
pub span: Span<'ast>,
}Fields§
§span: Span<'ast>Trait Implementations§
Source§impl<'ast> Clone for ConsoleKeyword<'ast>
impl<'ast> Clone for ConsoleKeyword<'ast>
Source§fn clone(&self) -> ConsoleKeyword<'ast>
fn clone(&self) -> ConsoleKeyword<'ast>
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<'ast> Debug for ConsoleKeyword<'ast>
impl<'ast> Debug for ConsoleKeyword<'ast>
Source§impl<'ast> FromPest<'ast> for ConsoleKeyword<'ast>
impl<'ast> FromPest<'ast> for ConsoleKeyword<'ast>
Source§impl<'ast> PartialEq for ConsoleKeyword<'ast>
impl<'ast> PartialEq for ConsoleKeyword<'ast>
Source§impl<'ast> Serialize for ConsoleKeyword<'ast>
impl<'ast> Serialize for ConsoleKeyword<'ast>
impl<'ast> StructuralPartialEq for ConsoleKeyword<'ast>
Auto Trait Implementations§
impl<'ast> Freeze for ConsoleKeyword<'ast>
impl<'ast> RefUnwindSafe for ConsoleKeyword<'ast>
impl<'ast> Send for ConsoleKeyword<'ast>
impl<'ast> Sync for ConsoleKeyword<'ast>
impl<'ast> Unpin for ConsoleKeyword<'ast>
impl<'ast> UnwindSafe for ConsoleKeyword<'ast>
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