pub struct RequestFrame {
pub call: u8,
pub originator: String,
pub params: Vec<u8>,
}Expand description
A wallet wire protocol request frame.
Fields§
§call: u8§originator: String§params: Vec<u8>Auto Trait Implementations§
impl Freeze for RequestFrame
impl RefUnwindSafe for RequestFrame
impl Send for RequestFrame
impl Sync for RequestFrame
impl Unpin for RequestFrame
impl UnsafeUnpin for RequestFrame
impl UnwindSafe for RequestFrame
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