pub struct StreamResourceContentResult {
pub buffered_data: Binary,
}Fields§
§buffered_data: BinaryData that has been buffered until streaming is enabled.
Trait Implementations§
Source§impl Clone for StreamResourceContentResult
impl Clone for StreamResourceContentResult
Source§fn clone(&self) -> StreamResourceContentResult
fn clone(&self) -> StreamResourceContentResult
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 StreamResourceContentResult
impl Debug for StreamResourceContentResult
Source§impl<'de> Deserialize<'de> for StreamResourceContentResult
impl<'de> Deserialize<'de> for StreamResourceContentResult
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 TryFrom<Value> for StreamResourceContentResult
impl TryFrom<Value> for StreamResourceContentResult
impl StructuralPartialEq for StreamResourceContentResult
Auto Trait Implementations§
impl Freeze for StreamResourceContentResult
impl RefUnwindSafe for StreamResourceContentResult
impl Send for StreamResourceContentResult
impl Sync for StreamResourceContentResult
impl Unpin for StreamResourceContentResult
impl UnsafeUnpin for StreamResourceContentResult
impl UnwindSafe for StreamResourceContentResult
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