pub struct Config {
pub AutoRetry: bool,
pub MaxRetryTime: i32,
pub UserAgent: String,
pub Debug: bool,
pub EnableAsync: bool,
pub MaxTaskQueueSize: i32,
pub GoRoutinePoolSize: i32,
pub Scheme: String,
}Fields
AutoRetry: boolMaxRetryTime: i32UserAgent: StringDebug: boolEnableAsync: boolMaxTaskQueueSize: i32GoRoutinePoolSize: i32Scheme: StringTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Config
impl Send for Config
impl Sync for Config
impl Unpin for Config
impl UnwindSafe for Config
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more