Struct planus_cli::ast::RpcMethod [−][src]
pub struct RpcMethod {
pub span: Span,
pub ident: Identifier,
pub argument_type: Type,
pub return_type: Type,
pub metadata: Vec<MetadataValue>,
}Fields
span: Spanident: Identifierargument_type: Typereturn_type: Typemetadata: Vec<MetadataValue>Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for RpcMethod
impl UnwindSafe for RpcMethod
Blanket Implementations
Mutably borrows from an owned value. Read more
