Struct lib_ruby_parser_nodes::filters::RenderComment
source · pub struct RenderComment;
Trait Implementations§
source§impl Clone for RenderComment
impl Clone for RenderComment
source§fn clone(&self) -> RenderComment
fn clone(&self) -> RenderComment
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 FilterReflection for RenderComment
impl FilterReflection for RenderComment
fn name(&self) -> &'static str
fn description(&self) -> &'static str
fn positional_parameters(&self) -> &'static [ParameterReflection]
fn keyword_parameters(&self) -> &'static [ParameterReflection]
source§impl ParseFilter for RenderComment
impl ParseFilter for RenderComment
source§fn parse(&self, args: FilterArguments<'_>) -> Result<Box<dyn Filter>>
fn parse(&self, args: FilterArguments<'_>) -> Result<Box<dyn Filter>>
Filter
input
based on arguments
.