pub struct QueryModel {
pub rpc_method: String,
pub registered_name: String,
pub input_type: ProtoType,
pub output_type: ProtoType,
}Fields§
§rpc_method: String§registered_name: String§input_type: ProtoType§output_type: ProtoTypeTrait Implementations§
Auto Trait Implementations§
impl Freeze for QueryModel
impl RefUnwindSafe for QueryModel
impl Send for QueryModel
impl Sync for QueryModel
impl Unpin for QueryModel
impl UnsafeUnpin for QueryModel
impl UnwindSafe for QueryModel
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