pub enum AckServerPromptResponse {
Ok(String),
Unknown,
}Expand description
Response types for ackServerPrompt
Variants§
Trait Implementations§
Source§impl Clone for AckServerPromptResponse
impl Clone for AckServerPromptResponse
Source§fn clone(&self) -> AckServerPromptResponse
fn clone(&self) -> AckServerPromptResponse
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 moreAuto Trait Implementations§
impl Freeze for AckServerPromptResponse
impl RefUnwindSafe for AckServerPromptResponse
impl Send for AckServerPromptResponse
impl Sync for AckServerPromptResponse
impl Unpin for AckServerPromptResponse
impl UnsafeUnpin for AckServerPromptResponse
impl UnwindSafe for AckServerPromptResponse
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