pub struct BlobdListObjectsOutputObject {
    pub key: TinyBuf,
    pub created: DateTime<Utc>,
    pub size: u64,
    pub id: u64,
}Fields§
§key: TinyBuf§created: DateTime<Utc>§size: u64§id: u64Auto Trait Implementations§
impl !RefUnwindSafe for BlobdListObjectsOutputObject
impl Send for BlobdListObjectsOutputObject
impl Sync for BlobdListObjectsOutputObject
impl Unpin for BlobdListObjectsOutputObject
impl !UnwindSafe for BlobdListObjectsOutputObject
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