Enum ckb_cli_plugin_protocol::CallbackRequest [−][src]
pub enum CallbackRequest {
SendTransaction {
tx: Transaction,
sub_command: String,
},
}Variants
Fields of SendTransaction
tx: Transactionsub_command: StringTrait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for CallbackRequest
impl Send for CallbackRequest
impl Sync for CallbackRequest
impl Unpin for CallbackRequest
impl UnwindSafe for CallbackRequest
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more