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