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: LWebTask
§token: cc_string
§username: cc_string
§error: cc_bool
Trait Implementations§
source§impl Debug for GetTokenTaskData
impl Debug for GetTokenTaskData
source§impl Hash for GetTokenTaskData
impl Hash for GetTokenTaskData
source§impl PartialEq for GetTokenTaskData
impl PartialEq for GetTokenTaskData
source§fn eq(&self, other: &GetTokenTaskData) -> bool
fn eq(&self, other: &GetTokenTaskData) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for GetTokenTaskData
impl StructuralPartialEq for GetTokenTaskData
Auto Trait Implementations§
impl Freeze for GetTokenTaskData
impl RefUnwindSafe for GetTokenTaskData
impl !Send for GetTokenTaskData
impl !Sync for GetTokenTaskData
impl Unpin for GetTokenTaskData
impl UnwindSafe for GetTokenTaskData
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more