Struct fastly_api::apis::configuration::Configuration   
source · pub struct Configuration {
    pub base_path: String,
    pub user_agent: Option<String>,
    pub client: Client,
    pub basic_auth: Option<BasicAuth>,
    pub oauth_access_token: Option<String>,
    pub bearer_access_token: Option<String>,
    pub api_key: Option<ApiKey>,
    pub rate_limit_remaining: u64,
    pub rate_limit_reset: u64,
}Fields§
§base_path: String§user_agent: Option<String>§client: Client§basic_auth: Option<BasicAuth>§oauth_access_token: Option<String>§bearer_access_token: Option<String>§api_key: Option<ApiKey>§rate_limit_remaining: u64§rate_limit_reset: u64Implementations§
source§impl Configuration
 
impl Configuration
pub fn new() -> Configuration
Trait Implementations§
source§impl Clone for Configuration
 
impl Clone for Configuration
source§fn clone(&self) -> Configuration
 
fn clone(&self) -> Configuration
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 moresource§impl Debug for Configuration
 
impl Debug for Configuration
Auto Trait Implementations§
impl Freeze for Configuration
impl !RefUnwindSafe for Configuration
impl Send for Configuration
impl Sync for Configuration
impl Unpin for Configuration
impl !UnwindSafe for Configuration
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
 
impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
    T: Clone,
 
impl<T> CloneToUninit for Twhere
    T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
 
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)