pub enum ReplyKind {
PositivePreliminary,
PositiveCompletion,
PositiveIntermediate,
NegativeTransient,
NegativePermanent,
}
Variants§
Trait Implementations§
impl Eq for ReplyKind
impl StructuralPartialEq for ReplyKind
Auto Trait Implementations§
impl Freeze for ReplyKind
impl RefUnwindSafe for ReplyKind
impl Send for ReplyKind
impl Sync for ReplyKind
impl Unpin for ReplyKind
impl UnwindSafe for ReplyKind
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