pub struct OtherChunkingStrategyResponseParam {}
Expand description
This is returned when the chunking strategy is unknown. Typically, this is because the file was indexed before the chunking_strategy
concept was introduced in the API.
Implementations§
Trait Implementations§
Source§impl Clone for OtherChunkingStrategyResponseParam
impl Clone for OtherChunkingStrategyResponseParam
Source§fn clone(&self) -> OtherChunkingStrategyResponseParam
fn clone(&self) -> OtherChunkingStrategyResponseParam
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Default for OtherChunkingStrategyResponseParam
impl Default for OtherChunkingStrategyResponseParam
Source§fn default() -> OtherChunkingStrategyResponseParam
fn default() -> OtherChunkingStrategyResponseParam
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for OtherChunkingStrategyResponseParam
impl<'de> Deserialize<'de> for OtherChunkingStrategyResponseParam
Source§fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>where
D: Deserializer<'de>,
fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>where
D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for OtherChunkingStrategyResponseParam
impl PartialEq for OtherChunkingStrategyResponseParam
Source§fn eq(&self, other: &OtherChunkingStrategyResponseParam) -> bool
fn eq(&self, other: &OtherChunkingStrategyResponseParam) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Copy for OtherChunkingStrategyResponseParam
impl StructuralPartialEq for OtherChunkingStrategyResponseParam
Auto Trait Implementations§
impl Freeze for OtherChunkingStrategyResponseParam
impl RefUnwindSafe for OtherChunkingStrategyResponseParam
impl Send for OtherChunkingStrategyResponseParam
impl Sync for OtherChunkingStrategyResponseParam
impl Unpin for OtherChunkingStrategyResponseParam
impl UnwindSafe for OtherChunkingStrategyResponseParam
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