Struct planus_types::ast::RpcMethod
source · pub struct RpcMethod {
pub span: Span,
pub ident: Identifier,
pub argument_type: Type,
pub return_type: Type,
pub metadata: MetadataMap,
pub docstrings: Docstrings,
}Fields§
§span: Span§ident: Identifier§argument_type: Type§return_type: Type§metadata: MetadataMap§docstrings: DocstringsTrait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for RpcMethod
impl Send for RpcMethod
impl Sync for RpcMethod
impl Unpin for RpcMethod
impl UnwindSafe for RpcMethod
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more