pub enum LawAxis {
Protocol,
Type,
Fixture,
Documentation,
Release,
Hook,
Repair,
Receipt,
Security,
Autopoiesis,
Domain,
Custom(String),
}Variants§
Protocol
Type
Fixture
Documentation
Release
Hook
Repair
Receipt
Security
Autopoiesis
Domain
Custom(String)
Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for LawAxis
impl<'de> Deserialize<'de> for LawAxis
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 LawAxis
impl StructuralPartialEq for LawAxis
Auto Trait Implementations§
impl Freeze for LawAxis
impl RefUnwindSafe for LawAxis
impl Send for LawAxis
impl Sync for LawAxis
impl Unpin for LawAxis
impl UnsafeUnpin for LawAxis
impl UnwindSafe for LawAxis
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