pub enum ProtocolInstructionClass {
Lifecycle,
Event,
Render,
Navigation,
Upload,
Diagnostics,
Stream,
Chart,
Notification,
Grid,
Interop,
}Variants§
Trait Implementations§
Source§impl Clone for ProtocolInstructionClass
impl Clone for ProtocolInstructionClass
Source§fn clone(&self) -> ProtocolInstructionClass
fn clone(&self) -> ProtocolInstructionClass
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 moreSource§impl Debug for ProtocolInstructionClass
impl Debug for ProtocolInstructionClass
Source§impl<'de> Deserialize<'de> for ProtocolInstructionClass
impl<'de> Deserialize<'de> for ProtocolInstructionClass
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
Source§impl PartialEq for ProtocolInstructionClass
impl PartialEq for ProtocolInstructionClass
Source§fn eq(&self, other: &ProtocolInstructionClass) -> bool
fn eq(&self, other: &ProtocolInstructionClass) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for ProtocolInstructionClass
impl Serialize for ProtocolInstructionClass
impl Copy for ProtocolInstructionClass
impl Eq for ProtocolInstructionClass
impl StructuralPartialEq for ProtocolInstructionClass
Auto Trait Implementations§
impl Freeze for ProtocolInstructionClass
impl RefUnwindSafe for ProtocolInstructionClass
impl Send for ProtocolInstructionClass
impl Sync for ProtocolInstructionClass
impl Unpin for ProtocolInstructionClass
impl UnsafeUnpin for ProtocolInstructionClass
impl UnwindSafe for ProtocolInstructionClass
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