pub struct ServerReply<T> { /* private fields */ }
Expand description
Utility to send ad-hoc replies from the server back through the connection
Implementations§
Trait Implementations§
Source§impl<T> Clone for ServerReply<T>
impl<T> Clone for ServerReply<T>
Auto Trait Implementations§
impl<T> Freeze for ServerReply<T>
impl<T> RefUnwindSafe for ServerReply<T>
impl<T> Send for ServerReply<T>where
T: Send,
impl<T> Sync for ServerReply<T>where
T: Send,
impl<T> Unpin for ServerReply<T>
impl<T> UnwindSafe for ServerReply<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