pub enum ApiType {
Json,
Redirect,
Download,
Preview,
Txt,
Html,
}Expand description
API 响应
Variants§
Json
JSON类型
Redirect
重定向 (重定向地址: http://xxxxxx)
Download
下载 (文件地址: 文件绝对地址)
Preview
预览 (文件地址: 文件绝对地址)
Txt
TXT格式
Html
返回网页
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ApiType
impl RefUnwindSafe for ApiType
impl Send for ApiType
impl Sync for ApiType
impl Unpin for ApiType
impl UnwindSafe for ApiType
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