Struct github_meta::PublicKey
source · pub struct PublicKey {
pub key_identifier: &'static str,
pub key: &'static str,
pub is_current: bool,
}Expand description
The objects inside the public_keys list of
https://api.github.com/meta/public_keys/secret_scanning.
Fields§
§key_identifier: &'static str§key: &'static str§is_current: boolTrait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for PublicKey
impl Send for PublicKey
impl Sync for PublicKey
impl Unpin for PublicKey
impl UnwindSafe for PublicKey
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