pub enum CyclePacketKind {
Evidence,
ContextPack,
Impact,
ConflictMatrix,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for CyclePacketKind
impl Clone for CyclePacketKind
Source§fn clone(&self) -> CyclePacketKind
fn clone(&self) -> CyclePacketKind
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 CyclePacketKind
Source§impl Debug for CyclePacketKind
impl Debug for CyclePacketKind
Source§impl<'de> Deserialize<'de> for CyclePacketKind
impl<'de> Deserialize<'de> for CyclePacketKind
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
impl Eq for CyclePacketKind
Source§impl PartialEq for CyclePacketKind
impl PartialEq for CyclePacketKind
Source§fn eq(&self, other: &CyclePacketKind) -> bool
fn eq(&self, other: &CyclePacketKind) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for CyclePacketKind
impl Serialize for CyclePacketKind
impl StructuralPartialEq for CyclePacketKind
Auto Trait Implementations§
impl Freeze for CyclePacketKind
impl RefUnwindSafe for CyclePacketKind
impl Send for CyclePacketKind
impl Sync for CyclePacketKind
impl Unpin for CyclePacketKind
impl UnsafeUnpin for CyclePacketKind
impl UnwindSafe for CyclePacketKind
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