Struct mountpoint_s3_client::S3ClientConfig
source · pub struct S3ClientConfig {
pub auth_config: S3ClientAuthConfig,
pub throughput_target_gbps: Option<f64>,
pub part_size: Option<usize>,
pub endpoint: Option<Endpoint>,
pub user_agent_prefix: Option<String>,
pub request_payer: Option<String>,
}Fields§
§auth_config: S3ClientAuthConfig§throughput_target_gbps: Option<f64>§part_size: Option<usize>§endpoint: Option<Endpoint>§user_agent_prefix: Option<String>§request_payer: Option<String>Trait Implementations§
source§impl Clone for S3ClientConfig
impl Clone for S3ClientConfig
source§fn clone(&self) -> S3ClientConfig
fn clone(&self) -> S3ClientConfig
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 S3ClientConfig
impl Debug for S3ClientConfig
source§impl Default for S3ClientConfig
impl Default for S3ClientConfig
source§fn default() -> S3ClientConfig
fn default() -> S3ClientConfig
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for S3ClientConfig
impl !Send for S3ClientConfig
impl !Sync for S3ClientConfig
impl Unpin for S3ClientConfig
impl UnwindSafe for S3ClientConfig
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