pub struct ChunkModelResponse {
pub status: String,
}Fields§
§status: StringThe status of the chunk upload operation.
Implementations§
Source§impl ChunkModelResponse
impl ChunkModelResponse
pub fn new(status: String) -> ChunkModelResponse
Trait Implementations§
Source§impl Clone for ChunkModelResponse
impl Clone for ChunkModelResponse
Source§fn clone(&self) -> ChunkModelResponse
fn clone(&self) -> ChunkModelResponse
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 moreSource§impl Debug for ChunkModelResponse
impl Debug for ChunkModelResponse
Source§impl Default for ChunkModelResponse
impl Default for ChunkModelResponse
Source§fn default() -> ChunkModelResponse
fn default() -> ChunkModelResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ChunkModelResponse
impl<'de> Deserialize<'de> for ChunkModelResponse
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 ChunkModelResponse
impl PartialEq for ChunkModelResponse
Source§fn eq(&self, other: &ChunkModelResponse) -> bool
fn eq(&self, other: &ChunkModelResponse) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for ChunkModelResponse
impl Serialize for ChunkModelResponse
impl StructuralPartialEq for ChunkModelResponse
Auto Trait Implementations§
impl Freeze for ChunkModelResponse
impl RefUnwindSafe for ChunkModelResponse
impl Send for ChunkModelResponse
impl Sync for ChunkModelResponse
impl Unpin for ChunkModelResponse
impl UnsafeUnpin for ChunkModelResponse
impl UnwindSafe for ChunkModelResponse
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