pub struct StartEncryptedChunkedRead {}Trait Implementations§
Source§impl Debug for StartEncryptedChunkedRead
impl Debug for StartEncryptedChunkedRead
Source§impl<'de> Deserialize<'de> for StartEncryptedChunkedRead
impl<'de> Deserialize<'de> for StartEncryptedChunkedRead
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 From<StartEncryptedChunkedRead> for ChunkedReply
impl From<StartEncryptedChunkedRead> for ChunkedReply
Source§fn from(reply: StartEncryptedChunkedRead) -> Self
fn from(reply: StartEncryptedChunkedRead) -> Self
Converts to this type from the input type.
impl Eq for StartEncryptedChunkedRead
impl StructuralPartialEq for StartEncryptedChunkedRead
Auto Trait Implementations§
impl Freeze for StartEncryptedChunkedRead
impl RefUnwindSafe for StartEncryptedChunkedRead
impl Send for StartEncryptedChunkedRead
impl Sync for StartEncryptedChunkedRead
impl Unpin for StartEncryptedChunkedRead
impl UnwindSafe for StartEncryptedChunkedRead
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