pub enum AppType {
Mobile,
Site,
BackStage,
SingleSpa,
Library,
}Expand description
应用类型
Variants§
Auto Trait Implementations§
impl Freeze for AppType
impl RefUnwindSafe for AppType
impl Send for AppType
impl Sync for AppType
impl Unpin for AppType
impl UnwindSafe for AppType
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