pub struct PolarsConnectionSettingsV2200ResponseStorageOptions {
pub aws_endpoint_url: String,
pub aws_access_key_id: Option<String>,
pub aws_secret_access_key: Option<String>,
pub aws_region: String,
pub aws_allow_http: String,
}Fields§
§aws_endpoint_url: String§aws_access_key_id: Option<String>§aws_secret_access_key: Option<String>§aws_region: String§aws_allow_http: StringImplementations§
Trait Implementations§
Source§impl Clone for PolarsConnectionSettingsV2200ResponseStorageOptions
impl Clone for PolarsConnectionSettingsV2200ResponseStorageOptions
Source§fn clone(&self) -> PolarsConnectionSettingsV2200ResponseStorageOptions
fn clone(&self) -> PolarsConnectionSettingsV2200ResponseStorageOptions
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for PolarsConnectionSettingsV2200ResponseStorageOptions
impl Default for PolarsConnectionSettingsV2200ResponseStorageOptions
Source§fn default() -> PolarsConnectionSettingsV2200ResponseStorageOptions
fn default() -> PolarsConnectionSettingsV2200ResponseStorageOptions
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PolarsConnectionSettingsV2200ResponseStorageOptions
impl<'de> Deserialize<'de> for PolarsConnectionSettingsV2200ResponseStorageOptions
Source§fn deserialize<__D>(
__deserializer: __D,
) -> Result<PolarsConnectionSettingsV2200ResponseStorageOptions, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<PolarsConnectionSettingsV2200ResponseStorageOptions, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for PolarsConnectionSettingsV2200ResponseStorageOptions
impl PartialEq for PolarsConnectionSettingsV2200ResponseStorageOptions
Source§fn eq(
&self,
other: &PolarsConnectionSettingsV2200ResponseStorageOptions,
) -> bool
fn eq( &self, other: &PolarsConnectionSettingsV2200ResponseStorageOptions, ) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for PolarsConnectionSettingsV2200ResponseStorageOptions
impl Serialize for PolarsConnectionSettingsV2200ResponseStorageOptions
Source§fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
impl StructuralPartialEq for PolarsConnectionSettingsV2200ResponseStorageOptions
Auto Trait Implementations§
impl Freeze for PolarsConnectionSettingsV2200ResponseStorageOptions
impl RefUnwindSafe for PolarsConnectionSettingsV2200ResponseStorageOptions
impl Send for PolarsConnectionSettingsV2200ResponseStorageOptions
impl Sync for PolarsConnectionSettingsV2200ResponseStorageOptions
impl Unpin for PolarsConnectionSettingsV2200ResponseStorageOptions
impl UnsafeUnpin for PolarsConnectionSettingsV2200ResponseStorageOptions
impl UnwindSafe for PolarsConnectionSettingsV2200ResponseStorageOptions
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