Struct langchain_rust::schemas::StreamData
source · pub struct StreamData {
pub value: Value,
pub content: String,
}
Fields§
§value: Value
§content: String
Implementations§
Trait Implementations§
source§impl Clone for StreamData
impl Clone for StreamData
source§fn clone(&self) -> StreamData
fn clone(&self) -> StreamData
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 moreAuto Trait Implementations§
impl Freeze for StreamData
impl RefUnwindSafe for StreamData
impl Send for StreamData
impl Sync for StreamData
impl Unpin for StreamData
impl UnwindSafe for StreamData
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