pub struct ListObjectsOutput { /* private fields */ }Implementations§
Source§impl ListObjectsOutput
impl ListObjectsOutput
pub fn name(&self) -> &str
pub fn prefix(&self) -> &str
pub fn marker(&self) -> &str
pub fn max_keys(&self) -> isize
pub fn delimiter(&self) -> &str
pub fn is_truncated(&self) -> bool
pub fn encoding_type(&self) -> &str
pub fn next_marker(&self) -> &str
pub fn common_prefixes(&self) -> &Vec<ListedCommonPrefix>
pub fn contents(&self) -> &Vec<ListedObject>
Trait Implementations§
Source§impl Clone for ListObjectsOutput
impl Clone for ListObjectsOutput
Source§fn clone(&self) -> ListObjectsOutput
fn clone(&self) -> ListObjectsOutput
Returns a duplicate of the value. Read more
1.0.0 · 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 ListObjectsOutput
impl Debug for ListObjectsOutput
Source§impl Default for ListObjectsOutput
impl Default for ListObjectsOutput
Source§fn default() -> ListObjectsOutput
fn default() -> ListObjectsOutput
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ListObjectsOutput
impl<'de> Deserialize<'de> for ListObjectsOutput
Source§fn 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
Source§impl PartialEq for ListObjectsOutput
impl PartialEq for ListObjectsOutput
Source§impl RequestInfoTrait for ListObjectsOutput
impl RequestInfoTrait for ListObjectsOutput
impl StructuralPartialEq for ListObjectsOutput
Auto Trait Implementations§
impl Freeze for ListObjectsOutput
impl RefUnwindSafe for ListObjectsOutput
impl Send for ListObjectsOutput
impl Sync for ListObjectsOutput
impl Unpin for ListObjectsOutput
impl UnsafeUnpin for ListObjectsOutput
impl UnwindSafe for ListObjectsOutput
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