pub struct BlobStat {
pub size: u64,
pub modified_at: i64,
}Fields§
§size: u64§modified_at: i64Unix epoch seconds of the blob’s last modification (or creation).
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BlobStat
impl RefUnwindSafe for BlobStat
impl Send for BlobStat
impl Sync for BlobStat
impl Unpin for BlobStat
impl UnsafeUnpin for BlobStat
impl UnwindSafe for BlobStat
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