pub struct InlineResponse2003 { /* private fields */ }
Implementations§
Source§impl InlineResponse2003
impl InlineResponse2003
pub fn new() -> InlineResponse2003
pub fn set_orders(&mut self, orders: Vec<OrderData>)
pub fn with_orders(self, orders: Vec<OrderData>) -> InlineResponse2003
pub fn orders(&self) -> Option<&Vec<OrderData>>
pub fn reset_orders(&mut self)
Trait Implementations§
Source§impl Debug for InlineResponse2003
impl Debug for InlineResponse2003
Source§impl<'de> Deserialize<'de> for InlineResponse2003
impl<'de> Deserialize<'de> for InlineResponse2003
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for InlineResponse2003
impl RefUnwindSafe for InlineResponse2003
impl Send for InlineResponse2003
impl Sync for InlineResponse2003
impl Unpin for InlineResponse2003
impl UnwindSafe for InlineResponse2003
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