pub struct RegionResult {
pub region: Region,
pub buckets: Result<Vec<BucketItem>>,
pub elapsed: Duration,
}Expand description
Result from a single region query (used by streaming bucket listing).
Fields§
§region: Region§buckets: Result<Vec<BucketItem>>§elapsed: DurationTrait Implementations§
Auto Trait Implementations§
impl Freeze for RegionResult
impl RefUnwindSafe for RegionResult
impl Send for RegionResult
impl Sync for RegionResult
impl Unpin for RegionResult
impl UnsafeUnpin for RegionResult
impl UnwindSafe for RegionResult
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