Struct github_rs::github::GPGKeyPost
[−]
[src]
pub struct GPGKeyPost {
pub armored_public_key: String,
}Fields
armored_public_key: String
Trait Implementations
impl PartialEq for GPGKeyPost[src]
fn eq(&self, __arg_0: &GPGKeyPost) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &GPGKeyPost) -> bool
This method tests for !=.