pub struct AutoChunkingStrategyRequestParam {
pub type: String,
}
Expand description
The default strategy.
Fields§
§type: String
Always auto
.
Trait Implementations§
Source§impl Clone for AutoChunkingStrategyRequestParam
impl Clone for AutoChunkingStrategyRequestParam
Source§fn clone(&self) -> AutoChunkingStrategyRequestParam
fn clone(&self) -> AutoChunkingStrategyRequestParam
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 moreSource§impl Default for AutoChunkingStrategyRequestParam
impl Default for AutoChunkingStrategyRequestParam
Source§fn default() -> AutoChunkingStrategyRequestParam
fn default() -> AutoChunkingStrategyRequestParam
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for AutoChunkingStrategyRequestParam
impl RefUnwindSafe for AutoChunkingStrategyRequestParam
impl Send for AutoChunkingStrategyRequestParam
impl Sync for AutoChunkingStrategyRequestParam
impl Unpin for AutoChunkingStrategyRequestParam
impl UnwindSafe for AutoChunkingStrategyRequestParam
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