pub struct BlobStat {
pub size: u64,
}Fields§
§size: u64Auto 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