pub enum UiProtocolImplementationTier {
Legacy,
NativeSubset,
HybridSubset,
CompatibilitySubset,
}Expand description
Implementation maturity for protocol support exposed to clients.
Variants§
Trait Implementations§
Source§impl Clone for UiProtocolImplementationTier
impl Clone for UiProtocolImplementationTier
Source§fn clone(&self) -> UiProtocolImplementationTier
fn clone(&self) -> UiProtocolImplementationTier
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 UiProtocolImplementationTier
impl Debug for UiProtocolImplementationTier
Source§impl PartialEq for UiProtocolImplementationTier
impl PartialEq for UiProtocolImplementationTier
Source§fn eq(&self, other: &UiProtocolImplementationTier) -> bool
fn eq(&self, other: &UiProtocolImplementationTier) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for UiProtocolImplementationTier
impl Eq for UiProtocolImplementationTier
impl StructuralPartialEq for UiProtocolImplementationTier
Auto Trait Implementations§
impl Freeze for UiProtocolImplementationTier
impl RefUnwindSafe for UiProtocolImplementationTier
impl Send for UiProtocolImplementationTier
impl Sync for UiProtocolImplementationTier
impl Unpin for UiProtocolImplementationTier
impl UnsafeUnpin for UiProtocolImplementationTier
impl UnwindSafe for UiProtocolImplementationTier
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