pub struct EmbedDirective {
pub source_field: String,
pub target_vector: String,
pub kind: EmbedKind,
}Fields§
§source_field: String§target_vector: String§kind: EmbedKindTrait Implementations§
Source§impl Clone for EmbedDirective
impl Clone for EmbedDirective
Source§fn clone(&self) -> EmbedDirective
fn clone(&self) -> EmbedDirective
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 EmbedDirective
impl Debug for EmbedDirective
Source§impl PartialEq for EmbedDirective
impl PartialEq for EmbedDirective
impl StructuralPartialEq for EmbedDirective
Auto Trait Implementations§
impl Freeze for EmbedDirective
impl RefUnwindSafe for EmbedDirective
impl Send for EmbedDirective
impl Sync for EmbedDirective
impl Unpin for EmbedDirective
impl UnsafeUnpin for EmbedDirective
impl UnwindSafe for EmbedDirective
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