pub struct GPGError {
pub error_type: GPGErrorType,
pub cmd_result: Option<CmdResult>,
}
Fields§
§error_type: GPGErrorType
§cmd_result: Option<CmdResult>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GPGError
impl RefUnwindSafe for GPGError
impl Send for GPGError
impl Sync for GPGError
impl Unpin for GPGError
impl UnwindSafe for GPGError
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