pub enum ArchitecturePathDecision {
AllowedMutable,
DeniedImmutable,
DeniedUnknown,
}Variants§
Trait Implementations§
Source§impl Clone for ArchitecturePathDecision
impl Clone for ArchitecturePathDecision
Source§fn clone(&self) -> ArchitecturePathDecision
fn clone(&self) -> ArchitecturePathDecision
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 ArchitecturePathDecision
impl Debug for ArchitecturePathDecision
Source§impl<'de> Deserialize<'de> for ArchitecturePathDecision
impl<'de> Deserialize<'de> for ArchitecturePathDecision
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 ArchitecturePathDecision
impl PartialEq for ArchitecturePathDecision
Source§impl Serialize for ArchitecturePathDecision
impl Serialize for ArchitecturePathDecision
impl Copy for ArchitecturePathDecision
impl Eq for ArchitecturePathDecision
impl StructuralPartialEq for ArchitecturePathDecision
Auto Trait Implementations§
impl Freeze for ArchitecturePathDecision
impl RefUnwindSafe for ArchitecturePathDecision
impl Send for ArchitecturePathDecision
impl Sync for ArchitecturePathDecision
impl Unpin for ArchitecturePathDecision
impl UnsafeUnpin for ArchitecturePathDecision
impl UnwindSafe for ArchitecturePathDecision
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