pub enum RecvCommand {
TALLY(TallyResponse),
FUNCTION(FunctionResponse),
ACTS(ActivatorsResponse),
XML(XMLResponse),
XMLTEXT(XMLTextResponse),
SUBSCRIBE(SubscribeResponse),
UNSUBSCRIBE(UnsubscribeResponse),
QUIT,
VERSION(VersionResponse),
}Variants§
TALLY(TallyResponse)
FUNCTION(FunctionResponse)
ACTS(ActivatorsResponse)
XML(XMLResponse)
XMLTEXT(XMLTextResponse)
SUBSCRIBE(SubscribeResponse)
UNSUBSCRIBE(UnsubscribeResponse)
QUIT
VERSION(VersionResponse)
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RecvCommand
impl RefUnwindSafe for RecvCommand
impl Unpin for RecvCommand
impl UnsafeUnpin for RecvCommand
impl UnwindSafe for RecvCommand
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