pub struct ChunkedTransferCoding { /* private fields */ }
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ChunkedTransferCoding
impl RefUnwindSafe for ChunkedTransferCoding
impl Send for ChunkedTransferCoding
impl Sync for ChunkedTransferCoding
impl Unpin for ChunkedTransferCoding
impl UnwindSafe for ChunkedTransferCoding
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