pub struct InlineResponse20023OrderTypes { /* private fields */ }Implementations§
Source§impl InlineResponse20023OrderTypes
impl InlineResponse20023OrderTypes
pub fn new() -> InlineResponse20023OrderTypes
pub fn set_var_0(&mut self, var_0: String)
pub fn with_var_0(self, var_0: String) -> InlineResponse20023OrderTypes
pub fn var_0(&self) -> Option<&String>
pub fn reset_var_0(&mut self)
Trait Implementations§
Source§impl<'de> Deserialize<'de> for InlineResponse20023OrderTypes
impl<'de> Deserialize<'de> for InlineResponse20023OrderTypes
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 InlineResponse20023OrderTypes
impl RefUnwindSafe for InlineResponse20023OrderTypes
impl Send for InlineResponse20023OrderTypes
impl Sync for InlineResponse20023OrderTypes
impl Unpin for InlineResponse20023OrderTypes
impl UnwindSafe for InlineResponse20023OrderTypes
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