pub enum ImageType<'a> {
Eif(&'a [u8]),
}Expand description
The image type of the enclave.
Variants§
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for ImageType<'a>
impl<'a> RefUnwindSafe for ImageType<'a>
impl<'a> Send for ImageType<'a>
impl<'a> Sync for ImageType<'a>
impl<'a> Unpin for ImageType<'a>
impl<'a> UnwindSafe for ImageType<'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