pub struct Exported {
pub key_id: [u8; 8],
pub went_to_a_terminal: bool,
}Expand description
What --stdout handed over, and whether the destination keeps a copy.
Fields§
§key_id: [u8; 8]Fingerprint of the exported key. Safe to print; the key is not.
went_to_a_terminal: boolThe key went to a terminal, so it now lives somewhere this process
cannot reach. The caller says so on stderr; see SCROLLBACK_WARNING.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Exported
impl RefUnwindSafe for Exported
impl Send for Exported
impl Sync for Exported
impl Unpin for Exported
impl UnsafeUnpin for Exported
impl UnwindSafe for Exported
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