Struct classicube_sys::GetTokenTaskData
source ·
[−]#[repr(C)]pub struct GetTokenTaskData {
pub Base: LWebTask,
pub token: cc_string,
pub username: cc_string,
pub error: cc_bool,
}Fields
Base: LWebTasktoken: cc_stringusername: cc_stringerror: cc_boolTrait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
