pub enum ProxyBody {
Full(Bytes),
Empty,
}Expand description
Body payload for proxied messages.
Variants§
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for ProxyBody
impl RefUnwindSafe for ProxyBody
impl Send for ProxyBody
impl Sync for ProxyBody
impl Unpin for ProxyBody
impl UnsafeUnpin for ProxyBody
impl UnwindSafe for ProxyBody
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