pub enum WithSubfields {}Expand description
Type-state marker: this text/keyword handle’s field carries flusso’s
auto subfields, so its subfield accessors (.keyword() / .text() /
.keyword_lowercase()) — and the sugar built on them (Text::any_of,
Text::asc) — are in scope. The default for a hand-written handle; the
derive stamps it on a field only when every OpenSearch sink has
auto_subfields on and the field declares no custom fields.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for WithSubfields
impl RefUnwindSafe for WithSubfields
impl Send for WithSubfields
impl Sync for WithSubfields
impl Unpin for WithSubfields
impl UnsafeUnpin for WithSubfields
impl UnwindSafe for WithSubfields
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