pub enum PromptResponse {
KeepAlive,
Nak,
}Expand description
The type of response requested by a Prompt PDU.
Variants§
Trait Implementations§
Source§impl Debug for PromptResponse
impl Debug for PromptResponse
Source§impl PartialEq for PromptResponse
impl PartialEq for PromptResponse
impl Eq for PromptResponse
impl StructuralPartialEq for PromptResponse
Auto Trait Implementations§
impl Freeze for PromptResponse
impl RefUnwindSafe for PromptResponse
impl Send for PromptResponse
impl Sync for PromptResponse
impl Unpin for PromptResponse
impl UnsafeUnpin for PromptResponse
impl UnwindSafe for PromptResponse
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