pub struct S3Auth {
pub aws_access_key_id: &'static str,
pub aws_secret_access_key: &'static str,
pub bucket: &'static str,
pub key: &'static str,
}
Fields§
§aws_access_key_id: &'static str
§aws_secret_access_key: &'static str
§bucket: &'static str
§key: &'static str
Trait Implementations§
Source§impl Deserialize<'static> for S3Auth
impl Deserialize<'static> for S3Auth
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'static>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'static>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for S3Auth
impl RefUnwindSafe for S3Auth
impl Send for S3Auth
impl Sync for S3Auth
impl Unpin for S3Auth
impl UnwindSafe for S3Auth
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