pub struct QueryRef {
pub rpc_method: String,
}Fields§
§rpc_method: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for QueryRef
impl RefUnwindSafe for QueryRef
impl Send for QueryRef
impl Sync for QueryRef
impl Unpin for QueryRef
impl UnsafeUnpin for QueryRef
impl UnwindSafe for QueryRef
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