pub enum SessionInputResponseKind {
Accept,
Decline,
Cancel,
}Expand description
How a client completed an input request.
Variants§
Trait Implementations§
Source§impl Clone for SessionInputResponseKind
impl Clone for SessionInputResponseKind
Source§fn clone(&self) -> SessionInputResponseKind
fn clone(&self) -> SessionInputResponseKind
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for SessionInputResponseKind
Source§impl Debug for SessionInputResponseKind
impl Debug for SessionInputResponseKind
Source§impl<'de> Deserialize<'de> for SessionInputResponseKind
impl<'de> Deserialize<'de> for SessionInputResponseKind
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
impl Eq for SessionInputResponseKind
Source§impl Hash for SessionInputResponseKind
impl Hash for SessionInputResponseKind
Source§impl PartialEq for SessionInputResponseKind
impl PartialEq for SessionInputResponseKind
Source§fn eq(&self, other: &SessionInputResponseKind) -> bool
fn eq(&self, other: &SessionInputResponseKind) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for SessionInputResponseKind
impl Serialize for SessionInputResponseKind
impl StructuralPartialEq for SessionInputResponseKind
Auto Trait Implementations§
impl Freeze for SessionInputResponseKind
impl RefUnwindSafe for SessionInputResponseKind
impl Send for SessionInputResponseKind
impl Sync for SessionInputResponseKind
impl Unpin for SessionInputResponseKind
impl UnsafeUnpin for SessionInputResponseKind
impl UnwindSafe for SessionInputResponseKind
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