pub struct GetBackOrdersParams {
pub id: Option<String>,
}Expand description
Parameters for Client::get_back_orders (wire method getBackOrders).
Fields§
§id: Option<String>Trait Implementations§
Source§impl Clone for GetBackOrdersParams
impl Clone for GetBackOrdersParams
Source§fn clone(&self) -> GetBackOrdersParams
fn clone(&self) -> GetBackOrdersParams
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 moreSource§impl Debug for GetBackOrdersParams
impl Debug for GetBackOrdersParams
Source§impl Default for GetBackOrdersParams
impl Default for GetBackOrdersParams
Source§fn default() -> GetBackOrdersParams
fn default() -> GetBackOrdersParams
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for GetBackOrdersParams
impl RefUnwindSafe for GetBackOrdersParams
impl Send for GetBackOrdersParams
impl Sync for GetBackOrdersParams
impl Unpin for GetBackOrdersParams
impl UnsafeUnpin for GetBackOrdersParams
impl UnwindSafe for GetBackOrdersParams
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