#[repr(C)]pub struct CassAuthenticatorCallbacks_ {
pub initial_callback: CassAuthenticatorInitialCallback,
pub challenge_callback: CassAuthenticatorChallengeCallback,
pub success_callback: CassAuthenticatorSuccessCallback,
pub cleanup_callback: CassAuthenticatorCleanupCallback,
}Expand description
Authenticator callbacks
Fields§
§initial_callback: CassAuthenticatorInitialCallback§challenge_callback: CassAuthenticatorChallengeCallback§success_callback: CassAuthenticatorSuccessCallback§cleanup_callback: CassAuthenticatorCleanupCallbackTrait Implementations§
source§impl Clone for CassAuthenticatorCallbacks_
impl Clone for CassAuthenticatorCallbacks_
source§fn clone(&self) -> CassAuthenticatorCallbacks_
fn clone(&self) -> CassAuthenticatorCallbacks_
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