Struct eva_common::services::ServiceMethod
source · pub struct ServiceMethod {
pub name: String,
pub description: String,
pub params: HashMap<String, MethodParamInfo>,
}Expand description
info-structure only, can be used by clients for auto-completion
Fields§
§name: String§description: String§params: HashMap<String, MethodParamInfo>Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for ServiceMethod
impl Send for ServiceMethod
impl Sync for ServiceMethod
impl Unpin for ServiceMethod
impl UnwindSafe for ServiceMethod
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