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