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 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<TextBatchRequest, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<TextBatchRequest, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Serialize for TextBatchRequest
impl Serialize for TextBatchRequest
Source§fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
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