Struct github_auth::Token [−][src]
pub struct Token(_);
Token returned by the authenticator function.
Methods
impl Token[src]
impl Tokenpub fn as_str(&self) -> &str[src]
pub fn as_str(&self) -> &strBorrow as a string slice.
pub fn into_string(self) -> String[src]
pub fn into_string(self) -> StringConvert to a string.
Trait Implementations
impl Debug for Token[src]
impl Debug for Tokenfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl PartialEq for Token[src]
impl PartialEq for Token