pub struct StaticChunkingStrategyResponseParam {
pub static: StaticChunkingStrategy,
}
Fields§
§static: StaticChunkingStrategy
Implementations§
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 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§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
Source§impl PartialEq for StaticChunkingStrategyResponseParam
impl PartialEq for StaticChunkingStrategyResponseParam
Source§fn eq(&self, other: &StaticChunkingStrategyResponseParam) -> bool
fn eq(&self, other: &StaticChunkingStrategyResponseParam) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Copy for StaticChunkingStrategyResponseParam
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 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