pub struct QueryableID {
    pub label: String,
    pub uuid: Uuid,
}Expand description
Represents a unique identifier for a Queryable in the graph.
Fields§
§label: String§uuid: UuidTrait Implementations§
Source§impl Clone for QueryableID
 
impl Clone for QueryableID
Source§fn clone(&self) -> QueryableID
 
fn clone(&self) -> QueryableID
Returns a duplicate 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 QueryableID
 
impl Debug for QueryableID
Source§impl From<&QueryableID> for PrimitiveID
 
impl From<&QueryableID> for PrimitiveID
Source§fn from(value: &QueryableID) -> PrimitiveID
 
fn from(value: &QueryableID) -> PrimitiveID
Converts to this type from the input type.
Source§impl From<&QueryableID> for Uuid
 
impl From<&QueryableID> for Uuid
Source§fn from(value: &QueryableID) -> Uuid
 
fn from(value: &QueryableID) -> Uuid
Converts to this type from the input type.
Source§impl From<QueryableID> for PrimitiveID
 
impl From<QueryableID> for PrimitiveID
Source§fn from(value: QueryableID) -> PrimitiveID
 
fn from(value: QueryableID) -> PrimitiveID
Converts to this type from the input type.
Source§impl From<QueryableID> for Uuid
 
impl From<QueryableID> for Uuid
Source§fn from(value: QueryableID) -> Uuid
 
fn from(value: QueryableID) -> Uuid
Converts to this type from the input type.
Source§impl Hash for QueryableID
 
impl Hash for QueryableID
Source§impl PartialEq for QueryableID
 
impl PartialEq for QueryableID
Source§impl TryFrom<PrimitiveID> for QueryableID
 
impl TryFrom<PrimitiveID> for QueryableID
impl Eq for QueryableID
impl StructuralPartialEq for QueryableID
Auto Trait Implementations§
impl Freeze for QueryableID
impl RefUnwindSafe for QueryableID
impl Send for QueryableID
impl Sync for QueryableID
impl Unpin for QueryableID
impl UnwindSafe for QueryableID
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> CloneToUninit for Twhere
    T: Clone,
 
impl<T> CloneToUninit for Twhere
    T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
 
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
 
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
 
fn equivalent(&self, key: &K) -> bool
Compare self to 
key and return true if they are equal.