Struct planus_types::intermediate::RpcMethod
source · pub struct RpcMethod {
pub argument_type: Type,
pub return_type: Type,
}Fields§
§argument_type: Type§return_type: TypeTrait 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