pub struct PlatformMakerQuickstartPrepared {
pub market: PlatformMarket,
pub base_asset: Option<PlatformAsset>,
pub product: PlatformMakerControlProduct,
pub operation: PlatformMakerQuickstartOperation,
pub prepared: PlatformMakerControlPrepareResponse,
}Fields§
§market: PlatformMarket§base_asset: Option<PlatformAsset>§product: PlatformMakerControlProduct§operation: PlatformMakerQuickstartOperation§prepared: PlatformMakerControlPrepareResponseTrait Implementations§
Source§impl Clone for PlatformMakerQuickstartPrepared
impl Clone for PlatformMakerQuickstartPrepared
Source§fn clone(&self) -> PlatformMakerQuickstartPrepared
fn clone(&self) -> PlatformMakerQuickstartPrepared
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Eq for PlatformMakerQuickstartPrepared
impl StructuralPartialEq for PlatformMakerQuickstartPrepared
Auto Trait Implementations§
impl Freeze for PlatformMakerQuickstartPrepared
impl RefUnwindSafe for PlatformMakerQuickstartPrepared
impl Send for PlatformMakerQuickstartPrepared
impl Sync for PlatformMakerQuickstartPrepared
impl Unpin for PlatformMakerQuickstartPrepared
impl UnsafeUnpin for PlatformMakerQuickstartPrepared
impl UnwindSafe for PlatformMakerQuickstartPrepared
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