pub struct ByteStreamInitStateGen {}
Trait Implementations§
Source§impl Encode for ByteStreamInitStateGen
impl Encode for ByteStreamInitStateGen
fn scratch_len(&self) -> usize
fn encode(&self, _: &mut EncodeCursor<'_>)
impl Compatible<ByteStreamInitState> for ByteStreamInitStateGen
impl Compatible<ByteStreamInitStateGen> for ByteStreamInitState
Auto Trait Implementations§
impl Freeze for ByteStreamInitStateGen
impl RefUnwindSafe for ByteStreamInitStateGen
impl Send for ByteStreamInitStateGen
impl Sync for ByteStreamInitStateGen
impl Unpin for ByteStreamInitStateGen
impl UnwindSafe for ByteStreamInitStateGen
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