Struct in3_sys::sign_prepare_ctx[][src]

#[repr(C)]pub struct sign_prepare_ctx {
    pub req: *mut in3_req,
    pub account: address_t,
    pub old_tx: bytes_t,
    pub new_tx: bytes_t,
}

Fields

req: *mut in3_reqaccount: address_told_tx: bytes_tnew_tx: bytes_t

Trait Implementations

impl Clone for sign_prepare_ctx[src]

impl Copy for sign_prepare_ctx[src]

impl Debug for sign_prepare_ctx[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.