We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Deserialize
1 parent 482309d commit 5111a7bCopy full SHA for 5111a7b
src/views.rs
@@ -467,7 +467,7 @@ impl From<Team> for EncodableTeam {
467
/// The serialization format for the `ApiToken` model with its token value.
468
/// This should only be used when initially creating a new token to minimize
469
/// the chance of token leaks.
470
-#[derive(Deserialize, Serialize, Debug)]
+#[derive(Serialize, Debug)]
471
pub struct EncodableApiTokenWithToken {
472
pub id: i32,
473
pub name: String,
0 commit comments