pub struct KnowledgeListRequest { /* private fields */ }Expand description
Implementations§
Source§impl KnowledgeListRequest
impl KnowledgeListRequest
Sourcepub fn with_query(self, q: KnowledgeListQuery) -> Self
pub fn with_query(self, q: KnowledgeListQuery) -> Self
Apply a query (replaces the current one).
Trait Implementations§
Auto Trait Implementations§
impl Freeze for KnowledgeListRequest
impl RefUnwindSafe for KnowledgeListRequest
impl Send for KnowledgeListRequest
impl Sync for KnowledgeListRequest
impl Unpin for KnowledgeListRequest
impl UnsafeUnpin for KnowledgeListRequest
impl UnwindSafe for KnowledgeListRequest
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