pub struct CreateFMartBotResponse {
pub status_code: Option<i32>,
pub debug_msg: Option<String>,
pub ban_reason_text: Option<String>,
pub bot_id: Option<i64>,
}Expand description
Response payload for POST /v5/fmartingalebot/create.
Fields§
§status_code: Option<i32>§debug_msg: Option<String>§ban_reason_text: Option<String>§bot_id: Option<i64>Trait Implementations§
Source§impl Clone for CreateFMartBotResponse
impl Clone for CreateFMartBotResponse
Source§fn clone(&self) -> CreateFMartBotResponse
fn clone(&self) -> CreateFMartBotResponse
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 CreateFMartBotResponse
impl Debug for CreateFMartBotResponse
Source§impl<'de> Deserialize<'de> for CreateFMartBotResponse
impl<'de> Deserialize<'de> for CreateFMartBotResponse
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 CreateFMartBotResponse
impl RefUnwindSafe for CreateFMartBotResponse
impl Send for CreateFMartBotResponse
impl Sync for CreateFMartBotResponse
impl Unpin for CreateFMartBotResponse
impl UnsafeUnpin for CreateFMartBotResponse
impl UnwindSafe for CreateFMartBotResponse
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