pub enum AppletInstall {}Expand description
Installs or uninstalls an applet.
Trait Implementations§
Source§impl Debug for AppletInstall
impl Debug for AppletInstall
Auto Trait Implementations§
impl Freeze for AppletInstall
impl RefUnwindSafe for AppletInstall
impl Send for AppletInstall
impl Sync for AppletInstall
impl Unpin for AppletInstall
impl UnwindSafe for AppletInstall
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