Derive Debug for Token

This commit is contained in:
Curtis McEnroe 2015-11-28 15:20:51 -05:00
parent 8e0d91bb24
commit 0592eba8a1
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
use chrono::{DateTime, UTC};
/// OAuth 2.0 access token.
#[derive(Debug)]
pub struct Token {
pub access_token: String,
pub token_type: String,