pub enum Outgoing {}Expand description
Server-side response builder marker.
Trait Implementations§
impl Copy for Outgoing
impl Eq for Outgoing
impl StructuralPartialEq for Outgoing
Auto Trait Implementations§
impl Freeze for Outgoing
impl RefUnwindSafe for Outgoing
impl Send for Outgoing
impl Sync for Outgoing
impl Unpin for Outgoing
impl UnsafeUnpin for Outgoing
impl UnwindSafe for Outgoing
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