Struct sylvia_iot_data::routes::middleware::FullTokenInfo
source · pub struct FullTokenInfo {
pub token: String,
pub info: GetTokenInfoData,
}
Expand description
The information contains GetTokenInfoData
and access token.
Fields§
§token: String
§info: GetTokenInfoData
Trait Implementations§
source§impl Clone for FullTokenInfo
impl Clone for FullTokenInfo
source§fn clone(&self) -> FullTokenInfo
fn clone(&self) -> FullTokenInfo
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 more