pub struct RpcExecute {
pub entry_id: u16,
pub unique_id: u16,
pub parameter: Vec<u8>,
}
Fields§
§entry_id: u16
§unique_id: u16
§parameter: Vec<u8>
Implementations§
Source§impl RpcExecute
impl RpcExecute
Trait Implementations§
Source§impl Clone for RpcExecute
impl Clone for RpcExecute
Source§fn clone(&self) -> RpcExecute
fn clone(&self) -> RpcExecute
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for RpcExecute
impl Debug for RpcExecute
Auto Trait Implementations§
impl Freeze for RpcExecute
impl RefUnwindSafe for RpcExecute
impl Send for RpcExecute
impl Sync for RpcExecute
impl Unpin for RpcExecute
impl UnwindSafe for RpcExecute
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