Enum typedb_driver::answer::QueryAnswer
source · pub enum QueryAnswer {
Ok(),
ConceptRowsStream(BoxStream<'static, Result<ConceptRow>>),
ConceptTreesStream(ConceptTreesHeader, BoxStream<'static, Result<Tree>>),
}
Variants§
Ok()
ConceptRowsStream(BoxStream<'static, Result<ConceptRow>>)
ConceptTreesStream(ConceptTreesHeader, BoxStream<'static, Result<Tree>>)
Implementations§
source§impl QueryAnswer
impl QueryAnswer
pub fn is_ok(&self) -> bool
pub fn is_rows_stream(&self) -> bool
pub fn is_json_stream(&self) -> bool
pub fn into_rows(self) -> BoxStream<'static, Result<ConceptRow>>
Auto Trait Implementations§
impl Freeze for QueryAnswer
impl !RefUnwindSafe for QueryAnswer
impl Send for QueryAnswer
impl !Sync for QueryAnswer
impl Unpin for QueryAnswer
impl !UnwindSafe for QueryAnswer
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> IntoEither for T
impl<T> IntoEither for T
source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self
into a Left
variant of Either<Self, Self>
if into_left
is true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read moresource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self
into a Left
variant of Either<Self, Self>
if into_left(&self)
returns true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read moresource§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
Wrap the input message
T
in a tonic::Request
source§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
Wrap the input message
T
in a tonic::Request