#[repr(C)]pub struct AuthorizeFinishedResponse {
pub is_cancel: bool,
pub error: *const c_char,
pub token: *const AuthToken,
}Fields§
§is_cancel: bool§error: *const c_char§token: *const AuthTokenTrait Implementations§
Source§impl Clone for AuthorizeFinishedResponse
impl Clone for AuthorizeFinishedResponse
Source§fn clone(&self) -> AuthorizeFinishedResponse
fn clone(&self) -> AuthorizeFinishedResponse
Returns a duplicate 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 moreSource§impl Debug for AuthorizeFinishedResponse
impl Debug for AuthorizeFinishedResponse
Source§impl Default for AuthorizeFinishedResponse
impl Default for AuthorizeFinishedResponse
Source§fn default() -> AuthorizeFinishedResponse
fn default() -> AuthorizeFinishedResponse
Returns the “default value” for a type. Read more
impl Copy for AuthorizeFinishedResponse
Auto Trait Implementations§
impl Freeze for AuthorizeFinishedResponse
impl RefUnwindSafe for AuthorizeFinishedResponse
impl !Send for AuthorizeFinishedResponse
impl !Sync for AuthorizeFinishedResponse
impl Unpin for AuthorizeFinishedResponse
impl UnwindSafe for AuthorizeFinishedResponse
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