Struct wiggle_generate::config::AsyncConfField [−][src]
pub struct AsyncConfField {
pub module_name: Ident,
pub function_names: Vec<Ident>,
pub err_loc: Span,
}
Fields
module_name: Ident
function_names: Vec<Ident>
err_loc: Span
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for AsyncConfField
impl !Send for AsyncConfField
impl !Sync for AsyncConfField
impl Unpin for AsyncConfField
impl UnwindSafe for AsyncConfField
Blanket Implementations
Mutably borrows from an owned value. Read more