pub enum ResponseKind {
Version,
GetChannelInfoAll,
ItemValueSignIn,
ItemValue,
ProjectList,
ItemUpdate,
Unknown,
}Variants§
Trait Implementations§
Source§impl Clone for ResponseKind
impl Clone for ResponseKind
Source§fn clone(&self) -> ResponseKind
fn clone(&self) -> ResponseKind
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 ResponseKind
impl Debug for ResponseKind
Source§impl<'__enum_kinds1> From<&'__enum_kinds1 Response> for ResponseKind
impl<'__enum_kinds1> From<&'__enum_kinds1 Response> for ResponseKind
Source§impl<'__enum_kinds1> From<Response> for ResponseKind
impl<'__enum_kinds1> From<Response> for ResponseKind
Source§impl PartialEq for ResponseKind
impl PartialEq for ResponseKind
impl Copy for ResponseKind
impl Eq for ResponseKind
impl StructuralPartialEq for ResponseKind
Auto Trait Implementations§
impl Freeze for ResponseKind
impl RefUnwindSafe for ResponseKind
impl Send for ResponseKind
impl Sync for ResponseKind
impl Unpin for ResponseKind
impl UnwindSafe for ResponseKind
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