pub struct MakerVerificationContext<'a> {
pub market_id: &'a str,
pub maker_wallet: &'a str,
pub operation: &'a PlatformMakerQuickstartOperation,
pub prepared: &'a PlatformMakerControlPrepareResponse,
}Fields§
§market_id: &'a str§maker_wallet: &'a str§operation: &'a PlatformMakerQuickstartOperation§prepared: &'a PlatformMakerControlPrepareResponseAuto Trait Implementations§
impl<'a> Freeze for MakerVerificationContext<'a>
impl<'a> RefUnwindSafe for MakerVerificationContext<'a>
impl<'a> Send for MakerVerificationContext<'a>
impl<'a> Sync for MakerVerificationContext<'a>
impl<'a> Unpin for MakerVerificationContext<'a>
impl<'a> UnsafeUnpin for MakerVerificationContext<'a>
impl<'a> UnwindSafe for MakerVerificationContext<'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