pub enum AppletInstall2 {}Expand description
Installs or uninstalls an applet.
The payload must be the concatenation of the applet, its metadata (serialized from
applet::Metadata0), and 4 big-endian bytes encoding the size (in bytes) of the applet.
Trait Implementations§
Source§impl Debug for AppletInstall2
impl Debug for AppletInstall2
Auto Trait Implementations§
impl Freeze for AppletInstall2
impl RefUnwindSafe for AppletInstall2
impl Send for AppletInstall2
impl Sync for AppletInstall2
impl Unpin for AppletInstall2
impl UnsafeUnpin for AppletInstall2
impl UnwindSafe for AppletInstall2
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