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