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