pub struct S3Credentials {
    pub access_key: String,
    pub secret_key: String,
    pub endpoint: String,
}Fields§
§access_key: String§secret_key: String§endpoint: StringTrait Implementations§
Source§impl Debug for S3Credentials
 
impl Debug for S3Credentials
Source§impl<'de> Deserialize<'de> for S3Credentials
 
impl<'de> Deserialize<'de> for S3Credentials
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
Source§impl QueryFragment for S3Credentials
 
impl QueryFragment for S3Credentials
Source§type SchemaType = S3Credentials
 
type SchemaType = S3Credentials
The type in a schema that this 
QueryFragment representsSource§type VariablesFields = ()
 
type VariablesFields = ()
The variables that are required to execute this 
QueryFragmentSource§fn query(builder: SelectionBuilder<'_, Self::SchemaType, Self::VariablesFields>)
 
fn query(builder: SelectionBuilder<'_, Self::SchemaType, Self::VariablesFields>)
Adds this fragment to the query being built by 
builderAuto Trait Implementations§
impl Freeze for S3Credentials
impl RefUnwindSafe for S3Credentials
impl Send for S3Credentials
impl Sync for S3Credentials
impl Unpin for S3Credentials
impl UnwindSafe for S3Credentials
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