pub struct RespNoti<T: Send + 'static>(/* private fields */);Expand description
A writer channel to send response to the server framework.
It can be cloned anywhere. The user doesn’t need to call it directly.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<T> !Freeze for RespNoti<T>
impl<T> !RefUnwindSafe for RespNoti<T>
impl<T> Send for RespNoti<T>
impl<T> Sync for RespNoti<T>
impl<T> Unpin for RespNoti<T>
impl<T> !UnwindSafe for RespNoti<T>
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