Struct libblobd_direct::exporter::BlobdExportedObject
source · pub struct BlobdExportedObject {
pub id: u64,
pub key: TinyBuf,
pub size: u64,
pub created: DateTime<Utc>,
pub data_stream: Pin<Box<dyn Stream<Item = Buf> + Send>>,
}Fields§
§id: u64§key: TinyBuf§size: u64§created: DateTime<Utc>§data_stream: Pin<Box<dyn Stream<Item = Buf> + Send>>Auto Trait Implementations§
impl !RefUnwindSafe for BlobdExportedObject
impl Send for BlobdExportedObject
impl !Sync for BlobdExportedObject
impl Unpin for BlobdExportedObject
impl !UnwindSafe for BlobdExportedObject
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