Struct wizrpc::WizRPCResponse
source · pub struct WizRPCResponse {
pub method: MethodNames,
pub result: Option<Value>,
pub fingerprint: Option<Fingerprint>,
}Fields
method: MethodNamesresult: Option<Value>fingerprint: Option<Fingerprint>Implementations
sourceimpl WizRPCResponse
impl WizRPCResponse
pub fn from_rpc_result(result: RPCResult) -> Self
Auto Trait Implementations
impl RefUnwindSafe for WizRPCResponse
impl Send for WizRPCResponse
impl Sync for WizRPCResponse
impl Unpin for WizRPCResponse
impl UnwindSafe for WizRPCResponse
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more