pub struct IntentVerificationContext<'a> {
pub market_id: &'a str,
pub operation: &'a PlatformMakerIntentPrepareRequest,
pub prepared: &'a PlatformMakerIntentPrepareResponse,
pub owner_wallet: &'a str,
pub session_public_key: &'a str,
}Fields§
§market_id: &'a str§operation: &'a PlatformMakerIntentPrepareRequest§prepared: &'a PlatformMakerIntentPrepareResponse§owner_wallet: &'a str§session_public_key: &'a strAuto Trait Implementations§
impl<'a> Freeze for IntentVerificationContext<'a>
impl<'a> RefUnwindSafe for IntentVerificationContext<'a>
impl<'a> Send for IntentVerificationContext<'a>
impl<'a> Sync for IntentVerificationContext<'a>
impl<'a> Unpin for IntentVerificationContext<'a>
impl<'a> UnsafeUnpin for IntentVerificationContext<'a>
impl<'a> UnwindSafe for IntentVerificationContext<'a>
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