[][src]Trait cdrs::authenticators::Authenticator

pub trait Authenticator: Clone + Send + Sync {
    fn get_auth_token(&self) -> CBytes;
fn get_cassandra_name(&self) -> Option<&str>; }

Required methods

Loading content...

Implementors

impl Authenticator for NoneAuthenticator[src]

impl Authenticator for StaticPasswordAuthenticator[src]

impl<'a> Authenticator for PasswordAuthenticator<'a>[src]

Loading content...