pub struct ObjectConditionalReadArgs<'a> {Show 13 fields
pub extra_headers: Option<&'a Multimap>,
pub extra_query_params: Option<&'a Multimap>,
pub region: Option<&'a str>,
pub bucket: &'a str,
pub object: &'a str,
pub version_id: Option<&'a str>,
pub ssec: Option<&'a SseCustomerKey>,
pub offset: Option<usize>,
pub length: Option<usize>,
pub match_etag: Option<&'a str>,
pub not_match_etag: Option<&'a str>,
pub modified_since: Option<UtcTime>,
pub unmodified_since: Option<UtcTime>,
}Fields
extra_headers: Option<&'a Multimap>extra_query_params: Option<&'a Multimap>region: Option<&'a str>bucket: &'a strobject: &'a strversion_id: Option<&'a str>ssec: Option<&'a SseCustomerKey>offset: Option<usize>length: Option<usize>match_etag: Option<&'a str>not_match_etag: Option<&'a str>modified_since: Option<UtcTime>unmodified_since: Option<UtcTime>Implementations
sourceimpl<'a> ObjectConditionalReadArgs<'a>
impl<'a> ObjectConditionalReadArgs<'a>
pub fn new(
bucket_name: &'a str,
object_name: &'a str
) -> Result<ObjectConditionalReadArgs<'a>, Error>
pub fn get_headers(&self) -> Multimap
pub fn get_copy_headers(&self) -> Multimap
Trait Implementations
sourceimpl<'a> Clone for ObjectConditionalReadArgs<'a>
impl<'a> Clone for ObjectConditionalReadArgs<'a>
sourcefn clone(&self) -> ObjectConditionalReadArgs<'a>
fn clone(&self) -> ObjectConditionalReadArgs<'a>
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl<'a> Debug for ObjectConditionalReadArgs<'a>
impl<'a> Debug for ObjectConditionalReadArgs<'a>
sourceimpl<'a> Default for ObjectConditionalReadArgs<'a>
impl<'a> Default for ObjectConditionalReadArgs<'a>
sourcefn default() -> ObjectConditionalReadArgs<'a>
fn default() -> ObjectConditionalReadArgs<'a>
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl<'a> RefUnwindSafe for ObjectConditionalReadArgs<'a>
impl<'a> Send for ObjectConditionalReadArgs<'a>
impl<'a> Sync for ObjectConditionalReadArgs<'a>
impl<'a> Unpin for ObjectConditionalReadArgs<'a>
impl<'a> UnwindSafe for ObjectConditionalReadArgs<'a>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> Instrument for T
impl<T> Instrument for T
sourcefn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
sourcefn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
sourceimpl<T> WithSubscriber for T
impl<T> WithSubscriber for T
sourcefn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> where
S: Into<Dispatch>,
fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> where
S: Into<Dispatch>,
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
sourcefn with_current_subscriber(self) -> WithDispatch<Self>
fn with_current_subscriber(self) -> WithDispatch<Self>
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more