pub struct PostObjectSignV1Input<'a> {
pub access_key_id: &'a str,
pub access_key_secret: &'a str,
pub security_token: Option<&'a str>,
pub policy: &'a PostPolicy,
}Expand description
Inputs for sign_post_object_v1 (legacy signature).
Fields§
§access_key_id: &'a str§access_key_secret: &'a str§security_token: Option<&'a str>§policy: &'a PostPolicyTrait Implementations§
Source§impl<'a> Clone for PostObjectSignV1Input<'a>
impl<'a> Clone for PostObjectSignV1Input<'a>
Source§fn clone(&self) -> PostObjectSignV1Input<'a>
fn clone(&self) -> PostObjectSignV1Input<'a>
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl<'a> Freeze for PostObjectSignV1Input<'a>
impl<'a> RefUnwindSafe for PostObjectSignV1Input<'a>
impl<'a> Send for PostObjectSignV1Input<'a>
impl<'a> Sync for PostObjectSignV1Input<'a>
impl<'a> Unpin for PostObjectSignV1Input<'a>
impl<'a> UnsafeUnpin for PostObjectSignV1Input<'a>
impl<'a> UnwindSafe for PostObjectSignV1Input<'a>
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