pub enum AuthCredentials {
SpaceSepparatedAccoutPerLine(String),
}Variants§
Trait Implementations§
source§impl Clone for AuthCredentials
impl Clone for AuthCredentials
source§fn clone(&self) -> AuthCredentials
fn clone(&self) -> AuthCredentials
Returns a copy of the value. Read more