#[repr(C)]pub struct sign_ctx {
pub signature: bytes_t,
pub type_: d_signature_type_t,
pub payload_type: d_payload_type_t,
pub req: *mut in3_req,
pub message: bytes_t,
pub account: bytes_t,
pub meta: *mut d_token_t,
}Fields§
§signature: bytes_t§type_: d_signature_type_t§payload_type: d_payload_type_t§req: *mut in3_req§message: bytes_t§account: bytes_t§meta: *mut d_token_tTrait Implementations§
Auto Trait Implementations§
impl Freeze for sign_ctx
impl RefUnwindSafe for sign_ctx
impl !Send for sign_ctx
impl !Sync for sign_ctx
impl Unpin for sign_ctx
impl UnwindSafe for sign_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