Struct planus_cli::ast::RpcService [−][src]
pub struct RpcService {
pub methods: IndexMap<RawIdentifier, RpcMethod>,
}Fields
methods: IndexMap<RawIdentifier, RpcMethod>Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for RpcService
impl Send for RpcService
impl Sync for RpcService
impl Unpin for RpcService
impl UnwindSafe for RpcService
Blanket Implementations
Mutably borrows from an owned value. Read more
