pub struct ExtendTrial {
pub user_id: u64,
pub request_ticket: String,
pub ticket_engine: i32,
}Fields§
§user_id: u64§request_ticket: String§ticket_engine: i32Trait Implementations§
Source§impl Debug for ExtendTrial
impl Debug for ExtendTrial
Source§impl<'de> Deserialize<'de> for ExtendTrial
impl<'de> Deserialize<'de> for ExtendTrial
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
Source§impl From<ExtendTrial> for RequestBody
impl From<ExtendTrial> for RequestBody
Source§fn from(val: ExtendTrial) -> Self
fn from(val: ExtendTrial) -> Self
Converts to this type from the input type.
Source§impl RequestResponse for ExtendTrial
impl RequestResponse for ExtendTrial
type Response = ExtendTrialResponse
fn extract_response(body: ResponseBody) -> Result<Self::Response, SdkError>
Auto Trait Implementations§
impl Freeze for ExtendTrial
impl RefUnwindSafe for ExtendTrial
impl Send for ExtendTrial
impl Sync for ExtendTrial
impl Unpin for ExtendTrial
impl UnwindSafe for ExtendTrial
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