pub struct OtherChunkingStrategyResponseParam {
pub type: String,
}
Expand description
This is returned when the chunking strategy is unknown.
Fields§
§type: String
Always other
.
Trait Implementations§
Source§impl Clone for OtherChunkingStrategyResponseParam
impl Clone for OtherChunkingStrategyResponseParam
Source§fn clone(&self) -> OtherChunkingStrategyResponseParam
fn clone(&self) -> OtherChunkingStrategyResponseParam
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 OtherChunkingStrategyResponseParam
impl Default for OtherChunkingStrategyResponseParam
Source§fn default() -> OtherChunkingStrategyResponseParam
fn default() -> OtherChunkingStrategyResponseParam
Returns the “default value” for a type. Read more
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