Struct envuse_parser::parser::nodes::inline_comment::InlineComment
source · [−]Fields
ident_number: Box<Node>comment: Box<Node>Implementations
sourceimpl InlineComment
impl InlineComment
pub fn get_comment(&self) -> Literal
Trait Implementations
sourceimpl Clone for InlineComment
impl Clone for InlineComment
sourcefn clone(&self) -> InlineComment
fn clone(&self) -> InlineComment
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for InlineComment
impl Debug for InlineComment
sourceimpl From<InlineComment> for NodeKind
impl From<InlineComment> for NodeKind
sourcefn from(v: InlineComment) -> Self
fn from(v: InlineComment) -> Self
Converts to this type from the input type.
sourceimpl Serialize for InlineComment
impl Serialize for InlineComment
Auto Trait Implementations
impl RefUnwindSafe for InlineComment
impl Send for InlineComment
impl Sync for InlineComment
impl Unpin for InlineComment
impl UnwindSafe for InlineComment
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more