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