Struct fastly_api::apis::tokens_api::RevokeTokenParams
source · pub struct RevokeTokenParams {
pub token_id: String,
}
Expand description
struct for passing parameters to the method revoke_token
Fields§
§token_id: String
Alphanumeric string identifying a token.
Trait Implementations§
source§impl Clone for RevokeTokenParams
impl Clone for RevokeTokenParams
source§fn clone(&self) -> RevokeTokenParams
fn clone(&self) -> RevokeTokenParams
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for RevokeTokenParams
impl Debug for RevokeTokenParams
source§impl Default for RevokeTokenParams
impl Default for RevokeTokenParams
source§fn default() -> RevokeTokenParams
fn default() -> RevokeTokenParams
Returns the “default value” for a type. Read more