Struct libblobd_direct::op::inspect_object::OpInspectObjectOutput
source · pub struct OpInspectObjectOutput {
pub id: u64,
pub size: u64,
pub created: DateTime<Utc>,
}
Fields§
§id: u64
§size: u64
§created: DateTime<Utc>
Auto Trait Implementations§
impl RefUnwindSafe for OpInspectObjectOutput
impl Send for OpInspectObjectOutput
impl Sync for OpInspectObjectOutput
impl Unpin for OpInspectObjectOutput
impl UnwindSafe for OpInspectObjectOutput
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