Enum graph_http::types::Delta
source · [−]pub enum Delta<T> {
Next(GraphResponse<T>),
Done(Option<GraphFailure>),
}
Variants
Next(GraphResponse<T>)
Done(Option<GraphFailure>)
Trait Implementations
Auto Trait Implementations
impl<T> !RefUnwindSafe for Delta<T>
impl<T> !UnwindSafe for Delta<T>
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more