pub struct ApiStorageObjectList {
pub cursor: String,
pub objects: Vec<ApiStorageObject>,
}Expand description
List of storage objects.
Fields§
§cursor: String§objects: Vec<ApiStorageObject>Trait Implementations§
Source§impl DeJson for ApiStorageObjectList
impl DeJson for ApiStorageObjectList
Source§impl Debug for ApiStorageObjectList
impl Debug for ApiStorageObjectList
Source§impl Default for ApiStorageObjectList
impl Default for ApiStorageObjectList
Source§fn default() -> ApiStorageObjectList
fn default() -> ApiStorageObjectList
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ApiStorageObjectList
impl RefUnwindSafe for ApiStorageObjectList
impl Send for ApiStorageObjectList
impl Sync for ApiStorageObjectList
impl Unpin for ApiStorageObjectList
impl UnwindSafe for ApiStorageObjectList
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