pub struct RpcMethod {
pub argument_type: Type,
pub return_type: Type,
}Fields§
§argument_type: Type§return_type: TypeTrait Implementations§
Auto Trait Implementations§
impl Freeze for RpcMethod
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