Enum rill_protocol::io::client::ClientResponse [−][src]
pub enum ClientResponse {
Declare(EntryId),
Flow(Description),
State(PackedState),
Delta(PackedEvent),
Done,
Error(String),
}Variants
Tuple Fields of Declare
0: EntryIdTuple Fields of Flow
0: DescriptionTuple Fields of State
0: PackedStateTuple Fields of Delta
0: PackedEventStream closed/finished.
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