pub struct PlatformMakerStopResult {
pub market: PlatformMarket,
pub product: PlatformMakerControlProduct,
pub prepared: Option<PlatformMakerQuickstartPrepared>,
pub receipt: Option<PlatformMakerControlSubmitResponse>,
pub maker_status: PlatformMakerStatusResponse,
pub already_stopped: bool,
}Fields§
§market: PlatformMarket§product: PlatformMakerControlProduct§prepared: Option<PlatformMakerQuickstartPrepared>§receipt: Option<PlatformMakerControlSubmitResponse>§maker_status: PlatformMakerStatusResponse§already_stopped: boolTrait Implementations§
Source§impl Clone for PlatformMakerStopResult
impl Clone for PlatformMakerStopResult
Source§fn clone(&self) -> PlatformMakerStopResult
fn clone(&self) -> PlatformMakerStopResult
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 moreSource§impl Debug for PlatformMakerStopResult
impl Debug for PlatformMakerStopResult
impl Eq for PlatformMakerStopResult
Source§impl PartialEq for PlatformMakerStopResult
impl PartialEq for PlatformMakerStopResult
impl StructuralPartialEq for PlatformMakerStopResult
Auto Trait Implementations§
impl Freeze for PlatformMakerStopResult
impl RefUnwindSafe for PlatformMakerStopResult
impl Send for PlatformMakerStopResult
impl Sync for PlatformMakerStopResult
impl Unpin for PlatformMakerStopResult
impl UnsafeUnpin for PlatformMakerStopResult
impl UnwindSafe for PlatformMakerStopResult
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