Struct tame_gcs::objects::ListResponse [−][src]
Fields
objects: Vec<Metadata>
The list of objects matching the query
prefixes: Vec<String>
The list of prefixes of objects matching-but-not-listed up to and including the requested delimiter.
page_token: Option<String>
The continuation token, included only if there are more items to return. Provide this value as the page_token of a subsequent request in order to return the next page of results.
Trait Implementations
impl ApiResponse<&'_ [u8]> for ListResponse
[src]
fn try_from_parts(resp: Response<B>) -> Result<Self, Error>
[src]
impl ApiResponse<Bytes> for ListResponse
[src]
fn try_from_parts(resp: Response<B>) -> Result<Self, Error>
[src]
impl<B> TryFrom<Response<B>> for ListResponse where
B: AsRef<[u8]>,
[src]
B: AsRef<[u8]>,
Auto Trait Implementations
impl RefUnwindSafe for ListResponse
impl Send for ListResponse
impl Sync for ListResponse
impl Unpin for ListResponse
impl UnwindSafe for ListResponse
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,