pub struct SKey {
pub public_key: PublicKey,
}Expand description
Identifies which SSH-agent key to use for signing; carries no private material.
Fields§
§public_key: PublicKeyImplementations§
Auto Trait Implementations§
impl Freeze for SKey
impl RefUnwindSafe for SKey
impl Send for SKey
impl Sync for SKey
impl Unpin for SKey
impl UnsafeUnpin for SKey
impl UnwindSafe for SKey
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