pub struct GeFillOrderParams {
pub name: String,
pub ge_fill_buy_order_schema: GeFillBuyOrderSchema,
}Expand description
struct for passing parameters to the method ge_fill_order
Fields§
§name: StringName of your character.
ge_fill_buy_order_schema: GeFillBuyOrderSchemaImplementations§
Source§impl GeFillOrderParams
impl GeFillOrderParams
pub fn new(name: String, ge_fill_buy_order_schema: GeFillBuyOrderSchema) -> Self
Trait Implementations§
Source§impl Clone for GeFillOrderParams
impl Clone for GeFillOrderParams
Source§fn clone(&self) -> GeFillOrderParams
fn clone(&self) -> GeFillOrderParams
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 moreAuto Trait Implementations§
impl Freeze for GeFillOrderParams
impl RefUnwindSafe for GeFillOrderParams
impl Send for GeFillOrderParams
impl Sync for GeFillOrderParams
impl Unpin for GeFillOrderParams
impl UnsafeUnpin for GeFillOrderParams
impl UnwindSafe for GeFillOrderParams
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