#[repr(C)]pub struct sign_prepare_ctx {
pub req: *mut in3_req,
pub account: address_t,
pub tx: *mut d_token_t,
pub old_tx: bytes_t,
pub new_tx: bytes_t,
pub output: *mut sb_t,
}Fields§
§req: *mut in3_req§account: address_t§tx: *mut d_token_t§old_tx: bytes_t§new_tx: bytes_t§output: *mut sb_tTrait Implementations§
Source§impl Clone for sign_prepare_ctx
impl Clone for sign_prepare_ctx
Source§fn clone(&self) -> sign_prepare_ctx
fn clone(&self) -> sign_prepare_ctx
Returns a copy 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 sign_prepare_ctx
impl Debug for sign_prepare_ctx
impl Copy for sign_prepare_ctx
Auto Trait Implementations§
impl Freeze for sign_prepare_ctx
impl RefUnwindSafe for sign_prepare_ctx
impl !Send for sign_prepare_ctx
impl !Sync for sign_prepare_ctx
impl Unpin for sign_prepare_ctx
impl UnwindSafe for sign_prepare_ctx
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