pub enum ProxyServerReply {
Id(usize),
OnlineCounter(usize),
Ok,
Cli(Cli),
HttpReq(Box<WsHttpReq>),
}Variants§
Trait Implementations§
Source§impl Clone for ProxyServerReply
impl Clone for ProxyServerReply
Source§fn clone(&self) -> ProxyServerReply
fn clone(&self) -> ProxyServerReply
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ProxyServerReply
impl Debug for ProxyServerReply
Source§impl PartialEq for ProxyServerReply
impl PartialEq for ProxyServerReply
impl StructuralPartialEq for ProxyServerReply
Auto Trait Implementations§
impl Freeze for ProxyServerReply
impl RefUnwindSafe for ProxyServerReply
impl Send for ProxyServerReply
impl Sync for ProxyServerReply
impl Unpin for ProxyServerReply
impl UnwindSafe for ProxyServerReply
Blanket Implementations§
Source§impl<'a, T> AsTaggedExplicit<'a> for Twhere
T: 'a,
impl<'a, T> AsTaggedExplicit<'a> for Twhere
T: 'a,
Source§impl<'a, T> AsTaggedImplicit<'a> for Twhere
T: 'a,
impl<'a, T> AsTaggedImplicit<'a> for Twhere
T: 'a,
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