pub enum CertificationLevel {
Ghost,
Sovereign,
Radiant,
}Expand description
RFC-009: Certification Level Defines the sovereign tier of an AI Organism.
Variants§
Trait Implementations§
Source§impl Clone for CertificationLevel
impl Clone for CertificationLevel
Source§fn clone(&self) -> CertificationLevel
fn clone(&self) -> CertificationLevel
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 CertificationLevel
impl Debug for CertificationLevel
Source§impl<'de> Deserialize<'de> for CertificationLevel
impl<'de> Deserialize<'de> for CertificationLevel
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 Serialize for CertificationLevel
impl Serialize for CertificationLevel
impl Copy for CertificationLevel
Auto Trait Implementations§
impl Freeze for CertificationLevel
impl RefUnwindSafe for CertificationLevel
impl Send for CertificationLevel
impl Sync for CertificationLevel
impl Unpin for CertificationLevel
impl UnsafeUnpin for CertificationLevel
impl UnwindSafe for CertificationLevel
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