pub enum BtnType {
Form,
FormDownload,
FormCustom,
FormData,
Url,
Api,
Download,
Path,
DialogCustom,
FormApiDialogCustom,
Preview,
}Expand description
按钮类型
Variants§
Form
表单
FormDownload
表单下载
FormCustom
表单自定义
FormData
Url
外部跳转
Api
api请求
Download
下载
Path
内部跳转
DialogCustom
弹窗-定制页面
FormApiDialogCustom
表单->API->弹出自定义窗口
Preview
预览
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BtnType
impl RefUnwindSafe for BtnType
impl Send for BtnType
impl Sync for BtnType
impl Unpin for BtnType
impl UnwindSafe for BtnType
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)