pub struct Report {
pub key_id: [u8; 8],
pub path: PathBuf,
}Expand description
What export-key wrote, so the binary can say so without naming the key.
Fields§
§key_id: [u8; 8]Fingerprint of the exported key. Safe to print; the key is not.
path: PathBufWhere it landed, resolved the way the refusal check saw it.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Report
impl RefUnwindSafe for Report
impl Send for Report
impl Sync for Report
impl Unpin for Report
impl UnsafeUnpin for Report
impl UnwindSafe for Report
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