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