pub struct RuntimeS3SettingsResponse {
pub endpoint: String,
pub region: String,
pub bucket: String,
pub prefix: String,
pub path_style: bool,
pub access_key: String,
pub has_secret_key: bool,
}Fields§
§endpoint: String§region: String§bucket: String§prefix: String§path_style: bool§access_key: String§has_secret_key: boolTrait Implementations§
Source§impl Clone for RuntimeS3SettingsResponse
impl Clone for RuntimeS3SettingsResponse
Source§fn clone(&self) -> RuntimeS3SettingsResponse
fn clone(&self) -> RuntimeS3SettingsResponse
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 ComposeSchema for RuntimeS3SettingsResponse
impl ComposeSchema for RuntimeS3SettingsResponse
Source§impl Debug for RuntimeS3SettingsResponse
impl Debug for RuntimeS3SettingsResponse
Source§impl<'de> Deserialize<'de> for RuntimeS3SettingsResponse
impl<'de> Deserialize<'de> for RuntimeS3SettingsResponse
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for RuntimeS3SettingsResponse
impl RefUnwindSafe for RuntimeS3SettingsResponse
impl Send for RuntimeS3SettingsResponse
impl Sync for RuntimeS3SettingsResponse
impl Unpin for RuntimeS3SettingsResponse
impl UnsafeUnpin for RuntimeS3SettingsResponse
impl UnwindSafe for RuntimeS3SettingsResponse
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