pub struct StreamSender {
pub session: Arc<Session>,
pub req_id: u32,
}Fields§
§session: Arc<Session>§req_id: u32Implementations§
Trait Implementations§
Source§impl Drop for StreamSender
Available on non-WebAssembly only.
impl Drop for StreamSender
Available on non-WebAssembly only.
Source§impl From<Arc<RpcContext>> for StreamSender
impl From<Arc<RpcContext>> for StreamSender
Source§fn from(ctx: ArcRpcContext) -> Self
fn from(ctx: ArcRpcContext) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for StreamSender
impl !RefUnwindSafe for StreamSender
impl Send for StreamSender
impl Sync for StreamSender
impl Unpin for StreamSender
impl !UnwindSafe for StreamSender
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