pub struct AddTplResponse {
pub template_id: Option<String>,
pub errcode: i32,
pub errmsg: String,
}
Fields§
§template_id: Option<String>
§errcode: i32
§errmsg: String
Trait Implementations§
Source§impl Debug for AddTplResponse
impl Debug for AddTplResponse
Source§impl<'de> Deserialize<'de> for AddTplResponse
impl<'de> Deserialize<'de> for AddTplResponse
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 AddTplResponse
impl RefUnwindSafe for AddTplResponse
impl Send for AddTplResponse
impl Sync for AddTplResponse
impl Unpin for AddTplResponse
impl UnwindSafe for AddTplResponse
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