pub enum TerminatorOutcomeKind {
Close,
WriteHttpResponse,
ByteTunnel,
}Variants§
Trait Implementations§
Source§impl Clone for TerminatorOutcomeKind
impl Clone for TerminatorOutcomeKind
Source§fn clone(&self) -> TerminatorOutcomeKind
fn clone(&self) -> TerminatorOutcomeKind
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for TerminatorOutcomeKind
impl Debug for TerminatorOutcomeKind
Source§impl<'de> Deserialize<'de> for TerminatorOutcomeKind
impl<'de> Deserialize<'de> for TerminatorOutcomeKind
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for TerminatorOutcomeKind
impl PartialEq for TerminatorOutcomeKind
Source§impl Serialize for TerminatorOutcomeKind
impl Serialize for TerminatorOutcomeKind
impl Copy for TerminatorOutcomeKind
impl Eq for TerminatorOutcomeKind
impl StructuralPartialEq for TerminatorOutcomeKind
Auto Trait Implementations§
impl Freeze for TerminatorOutcomeKind
impl RefUnwindSafe for TerminatorOutcomeKind
impl Send for TerminatorOutcomeKind
impl Sync for TerminatorOutcomeKind
impl Unpin for TerminatorOutcomeKind
impl UnsafeUnpin for TerminatorOutcomeKind
impl UnwindSafe for TerminatorOutcomeKind
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