Enum python_ast::ast::FnType [] [src]

pub enum FnType {
    Async,
    Sync,
}

Variants

Trait Implementations

impl Debug for FnType
[src]

Formats the value using the given formatter.

impl Clone for FnType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Eq for FnType
[src]

impl PartialEq for FnType
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.