pub struct KnowledgeQueryHitV1 {
pub object_id: String,
pub kind: String,
}Fields§
§object_id: String§kind: StringTrait Implementations§
Source§impl Clone for KnowledgeQueryHitV1
impl Clone for KnowledgeQueryHitV1
Source§fn clone(&self) -> KnowledgeQueryHitV1
fn clone(&self) -> KnowledgeQueryHitV1
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 KnowledgeQueryHitV1
impl Debug for KnowledgeQueryHitV1
Source§impl PartialEq for KnowledgeQueryHitV1
impl PartialEq for KnowledgeQueryHitV1
impl StructuralPartialEq for KnowledgeQueryHitV1
Auto Trait Implementations§
impl Freeze for KnowledgeQueryHitV1
impl RefUnwindSafe for KnowledgeQueryHitV1
impl Send for KnowledgeQueryHitV1
impl Sync for KnowledgeQueryHitV1
impl Unpin for KnowledgeQueryHitV1
impl UnsafeUnpin for KnowledgeQueryHitV1
impl UnwindSafe for KnowledgeQueryHitV1
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