pub struct SshKeyFingerprints {
pub sha256_ecdsa: &'static str,
pub sha256_ed25519: &'static str,
pub sha256_rsa: &'static str,
}
Expand description
The ssh_key_fingerprints
object of https://api.github.com/meta.
Fields§
§sha256_ecdsa: &'static str
§sha256_ed25519: &'static str
§sha256_rsa: &'static str
Trait Implementations§
Source§impl Clone for SshKeyFingerprints
impl Clone for SshKeyFingerprints
Source§fn clone(&self) -> SshKeyFingerprints
fn clone(&self) -> SshKeyFingerprints
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl Freeze for SshKeyFingerprints
impl RefUnwindSafe for SshKeyFingerprints
impl Send for SshKeyFingerprints
impl Sync for SshKeyFingerprints
impl Unpin for SshKeyFingerprints
impl UnwindSafe for SshKeyFingerprints
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