pub enum ClientPlatform {
Native,
Ffi,
Web,
}Expand description
产生本地权威投影 ACK 的宿主平台,固定枚举避免指标标签基数失控。
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for ClientPlatform
impl Clone for ClientPlatform
Source§fn clone(&self) -> ClientPlatform
fn clone(&self) -> ClientPlatform
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 ClientPlatform
Source§impl Debug for ClientPlatform
impl Debug for ClientPlatform
Source§impl Default for ClientPlatform
impl Default for ClientPlatform
Source§fn default() -> ClientPlatform
fn default() -> ClientPlatform
Returns the “default value” for a type. Read more
impl Eq for ClientPlatform
Source§impl PartialEq for ClientPlatform
impl PartialEq for ClientPlatform
impl StructuralPartialEq for ClientPlatform
Auto Trait Implementations§
impl Freeze for ClientPlatform
impl RefUnwindSafe for ClientPlatform
impl Send for ClientPlatform
impl Sync for ClientPlatform
impl Unpin for ClientPlatform
impl UnsafeUnpin for ClientPlatform
impl UnwindSafe for ClientPlatform
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