Struct oss_rust_sdk::async_service::ListBuckets
source · pub struct ListBuckets { /* private fields */ }
Implementations§
source§impl ListBuckets
impl ListBuckets
pub fn new( prefix: String, marker: String, max_keys: String, is_truncated: bool, next_marker: String, id: String, display_name: String, buckets: Vec<Bucket> ) -> Self
pub fn prefix(&self) -> &str
pub fn marker(&self) -> &str
pub fn max_keys(&self) -> &str
pub fn is_truncated(&self) -> bool
pub fn next_marker(&self) -> &str
pub fn id(&self) -> &str
pub fn display_name(&self) -> &str
pub fn buckets(&self) -> &Vec<Bucket>
Trait Implementations§
source§impl Clone for ListBuckets
impl Clone for ListBuckets
source§fn clone(&self) -> ListBuckets
fn clone(&self) -> ListBuckets
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