Struct Client
mega
pub struct Client { /* fields omitted */ }
impl Client
fn new(api_key: &str) -> Self
fn login(&mut self, email: &str, password: &SecStr)
impl Debug for Client
fn fmt(&self, __arg_0: &mut Formatter) -> Result
Formats the value using the given formatter.
impl Default for Client
fn default() -> Self
Returns the "default value" for a type. Read more