pub struct GetObjectOptionsBuilder { /* private fields */ }Implementations§
Source§impl GetObjectOptionsBuilder
impl GetObjectOptionsBuilder
pub fn new() -> Self
pub fn range(self, range: impl Into<String>) -> Self
pub fn if_modified_since(self, if_modified_since: impl Into<String>) -> Self
pub fn if_unmodified_since(self, if_unmodified_since: impl Into<String>) -> Self
pub fn if_match(self, if_match: impl Into<String>) -> Self
pub fn if_non_match(self, if_non_match: impl Into<String>) -> Self
pub fn accept_encoding(self, accept_encoding: impl Into<String>) -> Self
pub fn response_content_language( self, content_language: impl Into<String>, ) -> Self
pub fn response_expires(self, expires: impl Into<String>) -> Self
pub fn response_cache_control(self, cache_control: impl Into<String>) -> Self
pub fn response_content_disposition( self, content_disposition: impl Into<String>, ) -> Self
pub fn response_content_encoding( self, content_encoding: ContentEncoding, ) -> Self
pub fn version_id(self, version_id: impl Into<String>) -> Self
pub fn build(self) -> GetObjectOptions
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GetObjectOptionsBuilder
impl RefUnwindSafe for GetObjectOptionsBuilder
impl Send for GetObjectOptionsBuilder
impl Sync for GetObjectOptionsBuilder
impl Unpin for GetObjectOptionsBuilder
impl UnsafeUnpin for GetObjectOptionsBuilder
impl UnwindSafe for GetObjectOptionsBuilder
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