Struct github_meta::SshKeyFingerprints
source · pub struct SshKeyFingerprints {
pub sha256_ecdsa: &'static str,
pub sha256_ed25519: &'static str,
pub sha256_rsa: &'static str,
}
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 copy 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 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