pub struct StreamDone {
pub warning: Option<String>,
pub truncated: bool,
pub total_count: u32,
pub profiling: Option<ProfilingData>,
}Fields§
§warning: Option<String>§truncated: bool§total_count: u32§profiling: Option<ProfilingData>Trait Implementations§
Source§impl Clone for StreamDone
impl Clone for StreamDone
Source§fn clone(&self) -> StreamDone
fn clone(&self) -> StreamDone
Returns a duplicate 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 moreSource§impl Debug for StreamDone
impl Debug for StreamDone
Source§impl Default for StreamDone
impl Default for StreamDone
Source§fn default() -> StreamDone
fn default() -> StreamDone
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for StreamDone
impl<'de> Deserialize<'de> for StreamDone
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 StreamDone
impl RefUnwindSafe for StreamDone
impl Send for StreamDone
impl Sync for StreamDone
impl Unpin for StreamDone
impl UnwindSafe for StreamDone
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