Struct k8s_openapi::api::authentication::v1::TokenRequestStatus [−][src]
Expand description
TokenRequestStatus is the result of a token request.
Fields
expiration_timestamp: Time
ExpirationTimestamp is the time of expiration of the returned token.
token: String
Token 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 TokenRequestStatus
impl Send for TokenRequestStatus
impl Sync for TokenRequestStatus
impl Unpin for TokenRequestStatus
impl UnwindSafe for TokenRequestStatus
Blanket Implementations
Mutably borrows from an owned value. Read more