Struct distant_net::server::ServerReply
source · 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>
source§impl<T: Send + 'static> Reply for ServerReply<T>
impl<T: Send + 'static> Reply for ServerReply<T>
Auto Trait Implementations§
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