pub struct ImportBaoHandle {
pub tx: Sender<BaoContentItem>,
pub rx: Receiver<Result<()>>,
}
Expand description
A handle for an ongoing bao import operation.
Fields§
§tx: Sender<BaoContentItem>
§rx: Receiver<Result<()>>
Auto Trait Implementations§
impl Freeze for ImportBaoHandle
impl !RefUnwindSafe for ImportBaoHandle
impl Send for ImportBaoHandle
impl !Sync for ImportBaoHandle
impl Unpin for ImportBaoHandle
impl !UnwindSafe for ImportBaoHandle
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