pub struct OrderAmendsRequest { /* private fields */ }
Implementations§
Source§impl OrderAmendsRequest
impl OrderAmendsRequest
pub fn builder(order_id: String) -> OrderAmendsRequestBuilder
Trait Implementations§
Source§impl Clone for OrderAmendsRequest
impl Clone for OrderAmendsRequest
Source§fn clone(&self) -> OrderAmendsRequest
fn clone(&self) -> OrderAmendsRequest
Returns a copy 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 moreSource§impl Debug for OrderAmendsRequest
impl Debug for OrderAmendsRequest
Auto Trait Implementations§
impl Freeze for OrderAmendsRequest
impl RefUnwindSafe for OrderAmendsRequest
impl Send for OrderAmendsRequest
impl Sync for OrderAmendsRequest
impl Unpin for OrderAmendsRequest
impl UnwindSafe for OrderAmendsRequest
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