pub struct StaticChunkingStrategyResponseParam {
pub static: StaticChunkingStrategy,
}Fields§
§static: StaticChunkingStrategyImplementations§
Trait Implementations§
Source§impl Clone for StaticChunkingStrategyResponseParam
impl Clone for StaticChunkingStrategyResponseParam
Source§fn clone(&self) -> StaticChunkingStrategyResponseParam
fn clone(&self) -> StaticChunkingStrategyResponseParam
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 moreimpl Copy for StaticChunkingStrategyResponseParam
Source§impl<'de> Deserialize<'de> for StaticChunkingStrategyResponseParam
impl<'de> Deserialize<'de> for StaticChunkingStrategyResponseParam
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
impl StructuralPartialEq for StaticChunkingStrategyResponseParam
Auto Trait Implementations§
impl Freeze for StaticChunkingStrategyResponseParam
impl RefUnwindSafe for StaticChunkingStrategyResponseParam
impl Send for StaticChunkingStrategyResponseParam
impl Sync for StaticChunkingStrategyResponseParam
impl Unpin for StaticChunkingStrategyResponseParam
impl UnsafeUnpin for StaticChunkingStrategyResponseParam
impl UnwindSafe for StaticChunkingStrategyResponseParam
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