pub struct SelectObjectContentResult {
pub version_id: String,
pub body: Vec<u8>,
pub content_type: &'static str,
pub output_format: &'static str,
pub continuation_event: ContinuationEvent,
pub end_event: EndEvent,
}Fields§
§version_id: String§body: Vec<u8>§content_type: &'static str§output_format: &'static str§continuation_event: ContinuationEvent§end_event: EndEventTrait Implementations§
Source§impl Clone for SelectObjectContentResult
impl Clone for SelectObjectContentResult
Source§fn clone(&self) -> SelectObjectContentResult
fn clone(&self) -> SelectObjectContentResult
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for SelectObjectContentResult
impl Debug for SelectObjectContentResult
Source§impl PartialEq for SelectObjectContentResult
impl PartialEq for SelectObjectContentResult
Source§fn eq(&self, other: &SelectObjectContentResult) -> bool
fn eq(&self, other: &SelectObjectContentResult) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for SelectObjectContentResult
impl StructuralPartialEq for SelectObjectContentResult
Auto Trait Implementations§
impl Freeze for SelectObjectContentResult
impl RefUnwindSafe for SelectObjectContentResult
impl Send for SelectObjectContentResult
impl Sync for SelectObjectContentResult
impl Unpin for SelectObjectContentResult
impl UnsafeUnpin for SelectObjectContentResult
impl UnwindSafe for SelectObjectContentResult
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