pub struct StaticChunkingStrategyResponseParam {
pub type: String,
pub static: StaticChunkingStrategy,
}
Fields§
§type: String
Always static
.
static: StaticChunkingStrategy
Trait Implementations§
Source§impl Clone for StaticChunkingStrategyResponseParam
impl Clone for StaticChunkingStrategyResponseParam
Source§fn clone(&self) -> StaticChunkingStrategyResponseParam
fn clone(&self) -> StaticChunkingStrategyResponseParam
Returns a copy 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 moreAuto 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