pub struct MacOsSigningSession { /* private fields */ }Expand description
An active identity-signing session backed by a shared ephemeral keychain.
Created via MacOsSigner::begin_session. The keychain (and its file lock) are held for the
lifetime of this value, so signing multiple files reuses the same keychain and certificate
import.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MacOsSigningSession
impl RefUnwindSafe for MacOsSigningSession
impl Send for MacOsSigningSession
impl Sync for MacOsSigningSession
impl Unpin for MacOsSigningSession
impl UnsafeUnpin for MacOsSigningSession
impl UnwindSafe for MacOsSigningSession
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