Struct typedb_driver::answer::ConceptMapGroup
source · pub struct ConceptMapGroup {
pub owner: Concept,
pub concept_maps: Vec<ConceptMap>,
}
Fields§
§owner: Concept
Retrieves the concept that is the group owner.
concept_maps: Vec<ConceptMap>
Retrieves the ConceptMaps of the group.
Trait Implementations§
source§impl Clone for ConceptMapGroup
impl Clone for ConceptMapGroup
source§fn clone(&self) -> ConceptMapGroup
fn clone(&self) -> ConceptMapGroup
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 ConceptMapGroup
impl Debug for ConceptMapGroup
source§impl PartialEq for ConceptMapGroup
impl PartialEq for ConceptMapGroup
source§fn eq(&self, other: &ConceptMapGroup) -> bool
fn eq(&self, other: &ConceptMapGroup) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for ConceptMapGroup
Auto Trait Implementations§
impl RefUnwindSafe for ConceptMapGroup
impl Send for ConceptMapGroup
impl Sync for ConceptMapGroup
impl Unpin for ConceptMapGroup
impl UnwindSafe for ConceptMapGroup
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
§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
§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