Enum python_ast::ast::FnType
[−]
[src]
pub enum FnType {
Async,
Sync,
}Variants
AsyncSyncTrait Implementations
impl Debug for FnType[src]
impl Clone for FnType[src]
fn clone(&self) -> FnType
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more