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