pub struct InlineResponse20017 { /* private fields */ }Implementations§
Source§impl InlineResponse20017
impl InlineResponse20017
pub fn new() -> InlineResponse20017
pub fn set_order_id(&mut self, order_id: i32)
pub fn with_order_id(self, order_id: i32) -> InlineResponse20017
pub fn order_id(&self) -> Option<&i32>
pub fn reset_order_id(&mut self)
pub fn set_order_status(&mut self, order_status: String)
pub fn with_order_status(self, order_status: String) -> InlineResponse20017
pub fn order_status(&self) -> Option<&String>
pub fn reset_order_status(&mut self)
pub fn set_request_id(&mut self, request_id: i32)
pub fn with_request_id(self, request_id: i32) -> InlineResponse20017
pub fn request_id(&self) -> Option<&i32>
pub fn reset_request_id(&mut self)
pub fn set_success(&mut self, success: bool)
pub fn with_success(self, success: bool) -> InlineResponse20017
pub fn success(&self) -> Option<&bool>
pub fn reset_success(&mut self)
pub fn set_text(&mut self, text: String)
pub fn with_text(self, text: String) -> InlineResponse20017
pub fn text(&self) -> Option<&String>
pub fn reset_text(&mut self)
pub fn set_warning_message(&mut self, warning_message: String)
pub fn with_warning_message( self, warning_message: String, ) -> InlineResponse20017
pub fn warning_message(&self) -> Option<&String>
pub fn reset_warning_message(&mut self)
Trait Implementations§
Source§impl Debug for InlineResponse20017
impl Debug for InlineResponse20017
Source§impl<'de> Deserialize<'de> for InlineResponse20017
impl<'de> Deserialize<'de> for InlineResponse20017
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 InlineResponse20017
impl RefUnwindSafe for InlineResponse20017
impl Send for InlineResponse20017
impl Sync for InlineResponse20017
impl Unpin for InlineResponse20017
impl UnwindSafe for InlineResponse20017
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