pub struct EndOfBody;
Expand description
No more body parts will be received after this
Trait Implementations§
Source§impl From<EndOfBody> for ClientCommand
impl From<EndOfBody> for ClientCommand
Source§impl Writable for EndOfBody
impl Writable for EndOfBody
Source§fn len(&self) -> usize
fn len(&self) -> usize
Byte-length that would be written if
Self::write
is calledSource§fn is_empty(&self) -> bool
fn is_empty(&self) -> bool
Whether a call to
Self::write
would write somethingimpl StructuralPartialEq for EndOfBody
Auto Trait Implementations§
impl Freeze for EndOfBody
impl RefUnwindSafe for EndOfBody
impl Send for EndOfBody
impl Sync for EndOfBody
impl Unpin for EndOfBody
impl UnwindSafe for EndOfBody
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