pub struct CaCertificatesBundleS3Location {
pub bucket: String,
pub key: String,
pub region: String,
pub version: Option<String>,
}Fields§
§bucket: String§key: String§region: String§version: Option<String>Trait Implementations§
Source§impl Clone for CaCertificatesBundleS3Location
impl Clone for CaCertificatesBundleS3Location
Source§fn clone(&self) -> CaCertificatesBundleS3Location
fn clone(&self) -> CaCertificatesBundleS3Location
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 CaCertificatesBundleS3Location
impl Default for CaCertificatesBundleS3Location
Source§fn default() -> CaCertificatesBundleS3Location
fn default() -> CaCertificatesBundleS3Location
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for CaCertificatesBundleS3Location
impl<'de> Deserialize<'de> for CaCertificatesBundleS3Location
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 CaCertificatesBundleS3Location
impl RefUnwindSafe for CaCertificatesBundleS3Location
impl Send for CaCertificatesBundleS3Location
impl Sync for CaCertificatesBundleS3Location
impl Unpin for CaCertificatesBundleS3Location
impl UnsafeUnpin for CaCertificatesBundleS3Location
impl UnwindSafe for CaCertificatesBundleS3Location
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