pub struct GpgManager;Implementations§
Source§impl GpgManager
impl GpgManager
Auto Trait Implementations§
impl Freeze for GpgManager
impl RefUnwindSafe for GpgManager
impl Send for GpgManager
impl Sync for GpgManager
impl Unpin for GpgManager
impl UnwindSafe for GpgManager
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