pub struct AppxManifest { /* private fields */ }Expand description
Description struct for the AppxManifest XML file. This file is necessary to install the extension as a packaged app on Windows, allowing it to be recognized by the Command Palette.
Implementations§
Auto Trait Implementations§
impl Freeze for AppxManifest
impl RefUnwindSafe for AppxManifest
impl Send for AppxManifest
impl Sync for AppxManifest
impl Unpin for AppxManifest
impl UnwindSafe for AppxManifest
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