pub struct AttachOptions<'a> {
pub public_key_path: &'a Path,
pub root: &'a Path,
pub environment: EnvironmentReportOptions,
}Expand description
Where an already-extracted box lives.
Fields§
§public_key_path: &'a PathTrust file naming the keys the caller accepts.
root: &'a PathThe extracted box root.
environment: EnvironmentReportOptionsEnvironment reporting.
Auto Trait Implementations§
impl<'a> Freeze for AttachOptions<'a>
impl<'a> RefUnwindSafe for AttachOptions<'a>
impl<'a> Send for AttachOptions<'a>
impl<'a> Sync for AttachOptions<'a>
impl<'a> Unpin for AttachOptions<'a>
impl<'a> UnsafeUnpin for AttachOptions<'a>
impl<'a> UnwindSafe for AttachOptions<'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