Struct rusty_s3::actions::ListObjectsV2Response
source · [−]pub struct ListObjectsV2Response {
pub contents: Vec<ListObjectsContent>,
pub max_keys: u16,
pub common_prefixes: Vec<CommonPrefixes>,
pub next_continuation_token: Option<String>,
pub start_after: Option<String>,
}Fields
contents: Vec<ListObjectsContent>max_keys: u16common_prefixes: Vec<CommonPrefixes>next_continuation_token: Option<String>start_after: Option<String>Trait Implementations
sourceimpl Clone for ListObjectsV2Response
impl Clone for ListObjectsV2Response
sourcefn clone(&self) -> ListObjectsV2Response
fn clone(&self) -> ListObjectsV2Response
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 Debug for ListObjectsV2Response
impl Debug for ListObjectsV2Response
sourceimpl<'de> Deserialize<'de> for ListObjectsV2Response
impl<'de> Deserialize<'de> for ListObjectsV2Response
sourcefn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for ListObjectsV2Response
impl Send for ListObjectsV2Response
impl Sync for ListObjectsV2Response
impl Unpin for ListObjectsV2Response
impl UnwindSafe for ListObjectsV2Response
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