Struct github_meta::PublicKey
source · pub struct PublicKey {
pub key_identifier: &'static str,
pub key: &'static str,
pub is_current: bool,
}
Fields§
§key_identifier: &'static str
§key: &'static str
§is_current: bool
Trait 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