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