pub enum ClientType {
Show 21 variants
Web,
PC,
Mobile,
Windows,
MacOs,
Linux,
Ios,
Android,
Idea,
Chrome,
Edge,
VSCode,
Python,
Golang,
Rust,
Harmony,
Cli,
Bird,
IceNet,
ElvesOnline,
Other,
}Variants§
Web
网页端
PC
PC 端
Mobile
移动端聊天室
Windows
Windows 客户端
MacOs
macOS 客户端
Linux
Linux 客户端
Ios
iOS 客户端
Android
Android 客户端
Idea
IDEA 插件
Chrome
Chrome 插件
Edge
Edge 插件
VSCode
VSCode 插件
Python
Python 客户端
Golang
Golang 客户端
Rust
Rust 客户端
Harmony
Harmony App
Cli
CLI 工具
Bird
鸽机器人
IceNet
小冰机器人
ElvesOnline
凌机器人
Other
其他插件
Implementations§
Trait Implementations§
Source§impl Clone for ClientType
impl Clone for ClientType
Source§fn clone(&self) -> ClientType
fn clone(&self) -> ClientType
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 ClientType
impl Debug for ClientType
Source§impl Display for ClientType
impl Display for ClientType
Auto Trait Implementations§
impl Freeze for ClientType
impl RefUnwindSafe for ClientType
impl Send for ClientType
impl Sync for ClientType
impl Unpin for ClientType
impl UnsafeUnpin for ClientType
impl UnwindSafe for ClientType
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> PolicyExt for Twhere
T: ?Sized,
impl<T> PolicyExt for Twhere
T: ?Sized,
Source§impl<T> ToStringFallible for Twhere
T: Display,
impl<T> ToStringFallible for Twhere
T: Display,
Source§fn try_to_string(&self) -> Result<String, TryReserveError>
fn try_to_string(&self) -> Result<String, TryReserveError>
ToString::to_string, but without panic on OOM.