pub struct CreateApp {
pub command: Command,
pub app_name: String,
}Expand description
创建应用
Fields§
§command: Command§app_name: StringImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CreateApp
impl RefUnwindSafe for CreateApp
impl Send for CreateApp
impl Sync for CreateApp
impl Unpin for CreateApp
impl UnwindSafe for CreateApp
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