pub enum InputBody {
NoBody,
Bytes(Vec<Bytes>),
}Variants§
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for InputBody
impl RefUnwindSafe for InputBody
impl Send for InputBody
impl Sync for InputBody
impl Unpin for InputBody
impl UnsafeUnpin for InputBody
impl UnwindSafe for InputBody
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