pub struct MessageSigningParam {
pub raw_data_hash: String,
pub encryption_context: String,
pub access_key: String,
pub wallet_id: String,
}Fields§
§raw_data_hash: String§encryption_context: String§access_key: String§wallet_id: StringTrait Implementations§
Source§impl Debug for MessageSigningParam
impl Debug for MessageSigningParam
Auto Trait Implementations§
impl Freeze for MessageSigningParam
impl RefUnwindSafe for MessageSigningParam
impl Send for MessageSigningParam
impl Sync for MessageSigningParam
impl Unpin for MessageSigningParam
impl UnwindSafe for MessageSigningParam
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