struct UpgradedSendStreamBridge {
tx: Sender<Cursor<Box<[u8]>>>,
error_rx: Receiver<Error>,
}Fields§
§tx: Sender<Cursor<Box<[u8]>>>§error_rx: Receiver<Error>Auto Trait Implementations§
impl Freeze for UpgradedSendStreamBridge
impl !RefUnwindSafe for UpgradedSendStreamBridge
impl Send for UpgradedSendStreamBridge
impl Sync for UpgradedSendStreamBridge
impl Unpin for UpgradedSendStreamBridge
impl !UnwindSafe for UpgradedSendStreamBridge
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