pub struct ReportBuilder { /* private fields */ }Implementations§
Source§impl ReportBuilder
impl ReportBuilder
pub fn new(targetinfo: &Targetinfo) -> ReportBuilder
pub fn attributes(self, attributes: Attributes) -> Self
pub fn miscselect(self, miscselect: Miscselect) -> Self
pub fn build<L: Load>(self, enclave_loader: &mut L) -> Result<Report, Error>
Auto Trait Implementations§
impl Freeze for ReportBuilder
impl RefUnwindSafe for ReportBuilder
impl Send for ReportBuilder
impl Sync for ReportBuilder
impl Unpin for ReportBuilder
impl UnwindSafe for ReportBuilder
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