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: bool
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PublicKey
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