pub struct KnowledgeQueryPlanV1 {
pub kind: Option<String>,
pub filters: Vec<KnowledgeQueryFilterV1>,
pub search: Option<String>,
pub limit: usize,
}Fields§
§kind: Option<String>§filters: Vec<KnowledgeQueryFilterV1>§search: Option<String>§limit: usizeTrait Implementations§
Source§impl Clone for KnowledgeQueryPlanV1
impl Clone for KnowledgeQueryPlanV1
Source§fn clone(&self) -> KnowledgeQueryPlanV1
fn clone(&self) -> KnowledgeQueryPlanV1
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 KnowledgeQueryPlanV1
impl Debug for KnowledgeQueryPlanV1
Source§impl PartialEq for KnowledgeQueryPlanV1
impl PartialEq for KnowledgeQueryPlanV1
impl StructuralPartialEq for KnowledgeQueryPlanV1
Auto Trait Implementations§
impl Freeze for KnowledgeQueryPlanV1
impl RefUnwindSafe for KnowledgeQueryPlanV1
impl Send for KnowledgeQueryPlanV1
impl Sync for KnowledgeQueryPlanV1
impl Unpin for KnowledgeQueryPlanV1
impl UnsafeUnpin for KnowledgeQueryPlanV1
impl UnwindSafe for KnowledgeQueryPlanV1
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