pub struct AdapterStreamState {
pub extensions: Extensions,
pub translator_state: DecodeState,
}Fields§
§extensions: Extensions§translator_state: DecodeStateTrait Implementations§
Source§impl Clone for AdapterStreamState
impl Clone for AdapterStreamState
Source§fn clone(&self) -> AdapterStreamState
fn clone(&self) -> AdapterStreamState
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 AdapterStreamState
impl Debug for AdapterStreamState
Source§impl Default for AdapterStreamState
impl Default for AdapterStreamState
Source§fn default() -> AdapterStreamState
fn default() -> AdapterStreamState
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for AdapterStreamState
impl<'de> Deserialize<'de> for AdapterStreamState
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 PartialEq for AdapterStreamState
impl PartialEq for AdapterStreamState
Source§fn eq(&self, other: &AdapterStreamState) -> bool
fn eq(&self, other: &AdapterStreamState) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for AdapterStreamState
impl Serialize for AdapterStreamState
impl StructuralPartialEq for AdapterStreamState
Auto Trait Implementations§
impl Freeze for AdapterStreamState
impl RefUnwindSafe for AdapterStreamState
impl Send for AdapterStreamState
impl Sync for AdapterStreamState
impl Unpin for AdapterStreamState
impl UnsafeUnpin for AdapterStreamState
impl UnwindSafe for AdapterStreamState
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