Struct kvarn::application::ByteBody
source · pub struct ByteBody { /* private fields */ }
Expand description
The data for Body::Bytes
.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for ByteBody
impl RefUnwindSafe for ByteBody
impl Send for ByteBody
impl Sync for ByteBody
impl Unpin for ByteBody
impl UnwindSafe for ByteBody
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