pub struct TextBatch {
pub samples: Vec<TextSample>,
}Expand description
Batch of text samples.
Fields§
§samples: Vec<TextSample>Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for TextBatch
impl<'de> Deserialize<'de> for TextBatch
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
Auto Trait Implementations§
impl Freeze for TextBatch
impl RefUnwindSafe for TextBatch
impl Send for TextBatch
impl Sync for TextBatch
impl Unpin for TextBatch
impl UnsafeUnpin for TextBatch
impl UnwindSafe for TextBatch
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