pub enum _AppletInstall0 {}Available on crate feature
host only.Expand description
(deprecated) Installs an applet.
This message is deprecated in favor of AppletInstall.
Trait Implementations§
Source§impl Debug for _AppletInstall0
impl Debug for _AppletInstall0
Auto Trait Implementations§
impl Freeze for _AppletInstall0
impl RefUnwindSafe for _AppletInstall0
impl Send for _AppletInstall0
impl Sync for _AppletInstall0
impl Unpin for _AppletInstall0
impl UnwindSafe for _AppletInstall0
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