Enum graph_http::NextSession [−][src]
pub enum NextSession { Next(GraphResponse<Value>), Done(GraphResponse<Value>), }
Variants
Next(GraphResponse<Value>)
Done(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