pub struct QueryMarginAvailableInventoryParams {
pub type: String,
}Expand description
Request parameters for the [query_margin_available_inventory] operation.
This struct holds all of the inputs you can pass when calling
query_margin_available_inventory.
Fields§
§type: StringMARGIN,ISOLATED
This field is **required.
Implementations§
Source§impl QueryMarginAvailableInventoryParams
impl QueryMarginAvailableInventoryParams
Sourcepub fn builder(type: String) -> QueryMarginAvailableInventoryParamsBuilder
pub fn builder(type: String) -> QueryMarginAvailableInventoryParamsBuilder
Create a builder for [query_margin_available_inventory].
Required parameters:
r#type—MARGIN,ISOLATED
Trait Implementations§
Source§impl Clone for QueryMarginAvailableInventoryParams
impl Clone for QueryMarginAvailableInventoryParams
Source§fn clone(&self) -> QueryMarginAvailableInventoryParams
fn clone(&self) -> QueryMarginAvailableInventoryParams
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 QueryMarginAvailableInventoryParams
impl RefUnwindSafe for QueryMarginAvailableInventoryParams
impl Send for QueryMarginAvailableInventoryParams
impl Sync for QueryMarginAvailableInventoryParams
impl Unpin for QueryMarginAvailableInventoryParams
impl UnsafeUnpin for QueryMarginAvailableInventoryParams
impl UnwindSafe for QueryMarginAvailableInventoryParams
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