Struct typedb_driver::answer::ValueGroup
source · pub struct ValueGroup {
pub owner: Concept,
pub value: Option<Value>,
}
Expand description
Contains an element of a TypeQL Get Group Aggregate query result.
Fields§
§owner: Concept
The concept that is the group owner.
value: Option<Value>
Trait Implementations§
source§impl Clone for ValueGroup
impl Clone for ValueGroup
source§fn clone(&self) -> ValueGroup
fn clone(&self) -> ValueGroup
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for ValueGroup
impl Debug for ValueGroup
source§impl PartialEq for ValueGroup
impl PartialEq for ValueGroup
source§fn eq(&self, other: &ValueGroup) -> bool
fn eq(&self, other: &ValueGroup) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for ValueGroup
Auto Trait Implementations§
impl Freeze for ValueGroup
impl RefUnwindSafe for ValueGroup
impl Send for ValueGroup
impl Sync for ValueGroup
impl Unpin for ValueGroup
impl UnwindSafe for ValueGroup
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> 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