Enum rill_protocol::io::client::ClientResponse [−][src]
pub enum ClientResponse {
Declare(EntryId),
Flow(Description),
State(PackedState),
Delta(PackedEvent),
Done,
Error(String),
}Variants
Declare(EntryId)Tuple Fields of Declare
0: EntryIdFlow(Description)Tuple Fields of Flow
0: DescriptionState(PackedState)Tuple Fields of State
0: PackedStateDelta(PackedEvent)Tuple Fields of Delta
0: PackedEventStream closed/finished.
Error(String)Tuple Fields of Error
0: StringTrait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for ClientResponse
impl Send for ClientResponse
impl Sync for ClientResponse
impl Unpin for ClientResponse
impl UnwindSafe for ClientResponse
Blanket Implementations
Mutably borrows from an owned value. Read more