pub struct PreparedExternalBlob { /* private fields */ }Expand description
A user-owned file whose plaintext size and SHA-256 digest Coven read in one pass. Its content facts stay private and can only be consumed by external blob registration.
Auto Trait Implementations§
impl Freeze for PreparedExternalBlob
impl RefUnwindSafe for PreparedExternalBlob
impl Send for PreparedExternalBlob
impl Sync for PreparedExternalBlob
impl Unpin for PreparedExternalBlob
impl UnsafeUnpin for PreparedExternalBlob
impl UnwindSafe for PreparedExternalBlob
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