pub struct DeliveryBlob {
pub data: Vec<u8>,
pub name: Hash,
}
Expand description
Struct for holding the name of a blob and its contents in the delivery blob format.
Fields§
§data: Vec<u8>
§name: Hash
Implementations§
Auto Trait Implementations§
impl Freeze for DeliveryBlob
impl RefUnwindSafe for DeliveryBlob
impl Send for DeliveryBlob
impl Sync for DeliveryBlob
impl Unpin for DeliveryBlob
impl UnwindSafe for DeliveryBlob
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