pub struct MalformedChunk;Expand description
A malformed aws-chunked chunk-size line (non-hex length).
Trait Implementations§
Source§impl Clone for MalformedChunk
impl Clone for MalformedChunk
Source§fn clone(&self) -> MalformedChunk
fn clone(&self) -> MalformedChunk
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 moreimpl Copy for MalformedChunk
Source§impl Debug for MalformedChunk
impl Debug for MalformedChunk
impl Eq for MalformedChunk
Source§impl PartialEq for MalformedChunk
impl PartialEq for MalformedChunk
Source§fn eq(&self, other: &MalformedChunk) -> bool
fn eq(&self, other: &MalformedChunk) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for MalformedChunk
Auto Trait Implementations§
impl Freeze for MalformedChunk
impl RefUnwindSafe for MalformedChunk
impl Send for MalformedChunk
impl Sync for MalformedChunk
impl Unpin for MalformedChunk
impl UnsafeUnpin for MalformedChunk
impl UnwindSafe for MalformedChunk
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