pub struct TextBatchRequest {
pub items: Vec<UpsertLibraryTextRequest>,
}Fields§
§items: Vec<UpsertLibraryTextRequest>Trait Implementations§
Source§impl Clone for TextBatchRequest
impl Clone for TextBatchRequest
Source§fn clone(&self) -> TextBatchRequest
fn clone(&self) -> TextBatchRequest
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 ComposeSchema for TextBatchRequest
impl ComposeSchema for TextBatchRequest
Source§impl Debug for TextBatchRequest
impl Debug for TextBatchRequest
Source§impl<'de> Deserialize<'de> for TextBatchRequest
impl<'de> Deserialize<'de> for TextBatchRequest
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 Serialize for TextBatchRequest
impl Serialize for TextBatchRequest
Auto Trait Implementations§
impl Freeze for TextBatchRequest
impl RefUnwindSafe for TextBatchRequest
impl Send for TextBatchRequest
impl Sync for TextBatchRequest
impl Unpin for TextBatchRequest
impl UnsafeUnpin for TextBatchRequest
impl UnwindSafe for TextBatchRequest
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