pub struct PostWebTomarkdownAsync202Response {
pub task_id: Option<String>,
pub status: Option<String>,
pub url: Option<String>,
pub created_at: Option<String>,
pub message: Option<String>,
}Fields§
§task_id: Option<String>任务唯一标识符
status: Option<String>任务状态
url: Option<String>要转换的URL
created_at: Option<String>任务创建时间(ISO 8601格式)
message: Option<String>提示信息
Implementations§
Trait Implementations§
Source§impl Clone for PostWebTomarkdownAsync202Response
impl Clone for PostWebTomarkdownAsync202Response
Source§fn clone(&self) -> PostWebTomarkdownAsync202Response
fn clone(&self) -> PostWebTomarkdownAsync202Response
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for PostWebTomarkdownAsync202Response
impl Default for PostWebTomarkdownAsync202Response
Source§fn default() -> PostWebTomarkdownAsync202Response
fn default() -> PostWebTomarkdownAsync202Response
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PostWebTomarkdownAsync202Response
impl<'de> Deserialize<'de> for PostWebTomarkdownAsync202Response
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 PartialEq for PostWebTomarkdownAsync202Response
impl PartialEq for PostWebTomarkdownAsync202Response
Source§fn eq(&self, other: &PostWebTomarkdownAsync202Response) -> bool
fn eq(&self, other: &PostWebTomarkdownAsync202Response) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for PostWebTomarkdownAsync202Response
Auto Trait Implementations§
impl Freeze for PostWebTomarkdownAsync202Response
impl RefUnwindSafe for PostWebTomarkdownAsync202Response
impl Send for PostWebTomarkdownAsync202Response
impl Sync for PostWebTomarkdownAsync202Response
impl Unpin for PostWebTomarkdownAsync202Response
impl UnwindSafe for PostWebTomarkdownAsync202Response
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