pub struct KnowledgePackEntry { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for KnowledgePackEntry
impl Clone for KnowledgePackEntry
Source§fn clone(&self) -> KnowledgePackEntry
fn clone(&self) -> KnowledgePackEntry
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<P> From<(&str, P)> for KnowledgePackEntrywhere
P: KnowledgePack + 'static,
impl<P> From<(&str, P)> for KnowledgePackEntrywhere
P: KnowledgePack + 'static,
Source§impl<P> From<(String, P)> for KnowledgePackEntrywhere
P: KnowledgePack + 'static,
impl<P> From<(String, P)> for KnowledgePackEntrywhere
P: KnowledgePack + 'static,
Auto Trait Implementations§
impl Freeze for KnowledgePackEntry
impl !RefUnwindSafe for KnowledgePackEntry
impl Send for KnowledgePackEntry
impl Sync for KnowledgePackEntry
impl Unpin for KnowledgePackEntry
impl UnsafeUnpin for KnowledgePackEntry
impl !UnwindSafe for KnowledgePackEntry
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