Enum graph_http::NextSession
source ·
[−]pub enum NextSession {
Next(GraphResponse<Value>),
Done(GraphResponse<Value>),
}
Variants
Next(GraphResponse<Value>)
Tuple Fields
0: GraphResponse<Value>
Done(GraphResponse<Value>)
Tuple Fields
0: GraphResponse<Value>
Auto Trait Implementations
impl RefUnwindSafe for NextSession
impl Send for NextSession
impl Sync for NextSession
impl Unpin for NextSession
impl UnwindSafe for NextSession
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