pub enum ShouldCarryLength {
NoProblem,
PaddingFirst(usize),
ShouldAfter(usize, usize),
}Expand description
The result of whether the stream frame should carry the length field.
Variants§
Auto Trait Implementations§
impl Freeze for ShouldCarryLength
impl RefUnwindSafe for ShouldCarryLength
impl Send for ShouldCarryLength
impl Sync for ShouldCarryLength
impl Unpin for ShouldCarryLength
impl UnwindSafe for ShouldCarryLength
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