pub struct StreamingCallbackToken {
pub asset_id: String,
pub chunk_index: Nat,
pub headers: Vec<HeaderField>,
}Expand description
StreamingCallbackToken
Fields§
§asset_id: String§chunk_index: Nat§headers: Vec<HeaderField>Trait Implementations§
Source§impl CandidType for StreamingCallbackToken
impl CandidType for StreamingCallbackToken
Source§impl Clone for StreamingCallbackToken
impl Clone for StreamingCallbackToken
Source§fn clone(&self) -> StreamingCallbackToken
fn clone(&self) -> StreamingCallbackToken
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<'de> Deserialize<'de> for StreamingCallbackToken
impl<'de> Deserialize<'de> for StreamingCallbackToken
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 StreamingCallbackToken
impl RefUnwindSafe for StreamingCallbackToken
impl Send for StreamingCallbackToken
impl Sync for StreamingCallbackToken
impl Unpin for StreamingCallbackToken
impl UnwindSafe for StreamingCallbackToken
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