Struct collaboflow_rs::authorization::Authorization
source · pub struct Authorization { /* private fields */ }
Expand description
Implementations§
source§impl Authorization
impl Authorization
pub fn with_api_key(user_id: &str, api_key: &str) -> Self
pub fn with_password(user_id: &str, password: &str) -> Self
Trait Implementations§
source§impl Clone for Authorization
impl Clone for Authorization
source§fn clone(&self) -> Authorization
fn clone(&self) -> Authorization
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