pub struct ByteStreamReceiverStubs {
pub blob: EventRxBuilder<()>,
}
Fields§
§blob: EventRxBuilder<()>
Auto Trait Implementations§
impl Freeze for ByteStreamReceiverStubs
impl RefUnwindSafe for ByteStreamReceiverStubs
impl Send for ByteStreamReceiverStubs
impl Sync for ByteStreamReceiverStubs
impl Unpin for ByteStreamReceiverStubs
impl UnwindSafe for ByteStreamReceiverStubs
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