pub struct PreSignedRequestOption {
pub expires_in: Duration,
}Fields§
§expires_in: DurationTrait Implementations§
Auto Trait Implementations§
impl Freeze for PreSignedRequestOption
impl RefUnwindSafe for PreSignedRequestOption
impl Send for PreSignedRequestOption
impl Sync for PreSignedRequestOption
impl Unpin for PreSignedRequestOption
impl UnwindSafe for PreSignedRequestOption
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