pub struct GeCreateSellOrderParams {
    pub name: String,
    pub ge_order_creationr_schema: GeOrderCreationrSchema,
}Expand description
struct for passing parameters to the method ge_create_sell_order
Fields§
§name: StringName of your character.
ge_order_creationr_schema: GeOrderCreationrSchemaImplementations§
Source§impl GeCreateSellOrderParams
 
impl GeCreateSellOrderParams
pub fn new( name: String, ge_order_creationr_schema: GeOrderCreationrSchema, ) -> Self
Trait Implementations§
Source§impl Clone for GeCreateSellOrderParams
 
impl Clone for GeCreateSellOrderParams
Source§fn clone(&self) -> GeCreateSellOrderParams
 
fn clone(&self) -> GeCreateSellOrderParams
Returns a duplicate of the value. Read more
1.0.0 · 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 GeCreateSellOrderParams
impl RefUnwindSafe for GeCreateSellOrderParams
impl Send for GeCreateSellOrderParams
impl Sync for GeCreateSellOrderParams
impl Unpin for GeCreateSellOrderParams
impl UnwindSafe for GeCreateSellOrderParams
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