Struct python_parser::ast::Decorator [−][src]
A function or class decorator.
Fields
name: Vec<Name>
args: Option<Vec<Argument>>
Trait Implementations
impl Clone for Decorator[src]
impl Clone for Decoratorfn clone(&self) -> Decorator[src]
fn clone(&self) -> DecoratorReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for Decorator[src]
impl Debug for Decoratorfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl PartialEq for Decorator[src]
impl PartialEq for Decorator