pub struct GetInfraStorageResponseS3 { /* private fields */ }Implementations§
Source§impl GetInfraStorageResponseS3
impl GetInfraStorageResponseS3
pub fn access_key_configured<T>(self, value: T) -> Self
pub fn bucket<T>(self, value: T) -> Self
pub fn endpoint<T>(self, value: T) -> Self
pub fn public_base_url<T>(self, value: T) -> Self
pub fn region<T>(self, value: T) -> Self
pub fn secret_key_configured<T>(self, value: T) -> Self
Trait Implementations§
Source§impl Clone for GetInfraStorageResponseS3
impl Clone for GetInfraStorageResponseS3
Source§fn clone(&self) -> GetInfraStorageResponseS3
fn clone(&self) -> GetInfraStorageResponseS3
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 Debug for GetInfraStorageResponseS3
impl Debug for GetInfraStorageResponseS3
Source§impl Default for GetInfraStorageResponseS3
impl Default for GetInfraStorageResponseS3
Source§impl From<GetInfraStorageResponseS3> for GetInfraStorageResponseS3
impl From<GetInfraStorageResponseS3> for GetInfraStorageResponseS3
Source§fn from(value: GetInfraStorageResponseS3) -> Self
fn from(value: GetInfraStorageResponseS3) -> Self
Converts to this type from the input type.
Source§impl TryFrom<GetInfraStorageResponseS3> for GetInfraStorageResponseS3
impl TryFrom<GetInfraStorageResponseS3> for GetInfraStorageResponseS3
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§fn try_from(value: GetInfraStorageResponseS3) -> Result<Self, ConversionError>
fn try_from(value: GetInfraStorageResponseS3) -> Result<Self, ConversionError>
Performs the conversion.
Auto Trait Implementations§
impl Freeze for GetInfraStorageResponseS3
impl RefUnwindSafe for GetInfraStorageResponseS3
impl Send for GetInfraStorageResponseS3
impl Sync for GetInfraStorageResponseS3
impl Unpin for GetInfraStorageResponseS3
impl UnsafeUnpin for GetInfraStorageResponseS3
impl UnwindSafe for GetInfraStorageResponseS3
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