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 Decorator
fn clone(&self) -> Decorator
[src]
fn clone(&self) -> Decorator
Returns 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 Decorator
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl PartialEq for Decorator
[src]
impl PartialEq for Decorator