pub struct ListResult {
pub prefixes: Vec<StorageReference>,
pub items: Vec<StorageReference>,
pub next_page_token: Option<String>,
}Fields§
§prefixes: Vec<StorageReference>§items: Vec<StorageReference>§next_page_token: Option<String>Trait Implementations§
Source§impl Clone for ListResult
impl Clone for ListResult
Source§fn clone(&self) -> ListResult
fn clone(&self) -> ListResult
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 Default for ListResult
impl Default for ListResult
Source§fn default() -> ListResult
fn default() -> ListResult
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ListResult
impl RefUnwindSafe for ListResult
impl Send for ListResult
impl Sync for ListResult
impl Unpin for ListResult
impl UnwindSafe for ListResult
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