pub struct GpgSign { /* private fields */ }
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GpgSign
impl RefUnwindSafe for GpgSign
impl Send for GpgSign
impl Sync for GpgSign
impl Unpin for GpgSign
impl UnwindSafe for GpgSign
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