Struct k8s_openapi::api::authentication::v1::TokenRequestStatus [−][src]
Expand description
TokenRequestStatus is the result of a token request.
Fields
expiration_timestamp: TimeExpirationTimestamp is the time of expiration of the returned token.
token: StringToken is the opaque bearer token.
Trait Implementations
Deserialize this value from the given Serde deserializer. Read more
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for TokenRequestStatusimpl Send for TokenRequestStatusimpl Sync for TokenRequestStatusimpl Unpin for TokenRequestStatusimpl UnwindSafe for TokenRequestStatusBlanket Implementations
Mutably borrows from an owned value. Read more