pub struct ListBlobsHierarchySegmentResponse {
pub service_endpoint: String,
pub container_name: String,
pub prefix: Option<String>,
pub marker: Option<String>,
pub max_results: Option<i64>,
pub delimiter: Option<String>,
pub blobs: Option<BlobHierarchyListSegment>,
pub next_marker: Option<String>,
}
Expand description
An enumeration of blobs
Fields§
§service_endpoint: String
§container_name: String
§prefix: Option<String>
§marker: Option<String>
§max_results: Option<i64>
§delimiter: Option<String>
§blobs: Option<BlobHierarchyListSegment>
§next_marker: Option<String>
Implementations§
Trait Implementations§
source§impl Clone for ListBlobsHierarchySegmentResponse
impl Clone for ListBlobsHierarchySegmentResponse
source§fn clone(&self) -> ListBlobsHierarchySegmentResponse
fn clone(&self) -> ListBlobsHierarchySegmentResponse
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 moresource§impl Continuable for ListBlobsHierarchySegmentResponse
impl Continuable for ListBlobsHierarchySegmentResponse
type Continuation = String
fn continuation(&self) -> Option<Self::Continuation>
source§impl<'de> Deserialize<'de> for ListBlobsHierarchySegmentResponse
impl<'de> Deserialize<'de> for ListBlobsHierarchySegmentResponse
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 ListBlobsHierarchySegmentResponse
impl PartialEq for ListBlobsHierarchySegmentResponse
source§fn eq(&self, other: &ListBlobsHierarchySegmentResponse) -> bool
fn eq(&self, other: &ListBlobsHierarchySegmentResponse) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for ListBlobsHierarchySegmentResponse
Auto Trait Implementations§
impl Freeze for ListBlobsHierarchySegmentResponse
impl RefUnwindSafe for ListBlobsHierarchySegmentResponse
impl Send for ListBlobsHierarchySegmentResponse
impl Sync for ListBlobsHierarchySegmentResponse
impl Unpin for ListBlobsHierarchySegmentResponse
impl UnwindSafe for ListBlobsHierarchySegmentResponse
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)