pub enum CodeNamespace {
Error,
Reliability,
}Expand description
Which catalog the code came from.
Variants§
Trait Implementations§
Source§impl Clone for CodeNamespace
impl Clone for CodeNamespace
Source§fn clone(&self) -> CodeNamespace
fn clone(&self) -> CodeNamespace
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 CodeNamespace
impl Debug for CodeNamespace
Source§impl<'de> Deserialize<'de> for CodeNamespace
impl<'de> Deserialize<'de> for CodeNamespace
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 CodeNamespace
impl PartialEq for CodeNamespace
Source§fn eq(&self, other: &CodeNamespace) -> bool
fn eq(&self, other: &CodeNamespace) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for CodeNamespace
impl Serialize for CodeNamespace
impl Copy for CodeNamespace
impl Eq for CodeNamespace
impl StructuralPartialEq for CodeNamespace
Auto Trait Implementations§
impl Freeze for CodeNamespace
impl RefUnwindSafe for CodeNamespace
impl Send for CodeNamespace
impl Sync for CodeNamespace
impl Unpin for CodeNamespace
impl UnsafeUnpin for CodeNamespace
impl UnwindSafe for CodeNamespace
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<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.