Struct oss_rust_sdk::object::ListObjects
source · pub struct ListObjects { /* private fields */ }
Implementations§
source§impl ListObjects
impl ListObjects
pub fn new( bucket_name: String, delimiter: String, prefix: String, marker: String, max_keys: String, is_truncated: bool, objects: Vec<Object> ) -> Self
pub fn bucket_name(&self) -> &str
pub fn delimiter(&self) -> &str
pub fn prefix(&self) -> &str
pub fn marker(&self) -> &str
pub fn max_keys(&self) -> &str
pub fn is_truncated(&self) -> bool
pub fn objects(&self) -> &Vec<Object>
Trait Implementations§
source§impl Clone for ListObjects
impl Clone for ListObjects
source§fn clone(&self) -> ListObjects
fn clone(&self) -> ListObjects
Returns a copy 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 more