pub enum Bundle<'a> {
Platform0(Platform0<'a>),
Applet0(Applet0<'a>),
}Available on crate feature
host only.Expand description
Bundle content.
The version and type is encoded by the enum tag.
Variants§
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for Bundle<'a>
impl<'a> RefUnwindSafe for Bundle<'a>
impl<'a> Send for Bundle<'a>
impl<'a> Sync for Bundle<'a>
impl<'a> Unpin for Bundle<'a>
impl<'a> UnsafeUnpin for Bundle<'a>
impl<'a> UnwindSafe for Bundle<'a>
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