Skip to content

Commit

Permalink
derive Clone for TokenClaims
Browse files Browse the repository at this point in the history
  • Loading branch information
slivingston committed Nov 6, 2024
1 parent b8056dc commit c7fb51b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ fn get_origin() -> String {
///
/// Manage yours at <https://rerobots.net/tokens>.
/// Learn more at <https://docs.rerobots.net/web/making-and-revoking-api-tokens>.
#[derive(Debug)]
#[derive(Clone, Debug)]
pub struct TokenClaims {
/// username
pub subject: String,
Expand Down

0 comments on commit c7fb51b

Please sign in to comment.