pub struct ArchitecturePathReport {
pub path: String,
pub decision: ArchitecturePathDecision,
pub matched_prefix: Option<String>,
pub reason: String,
}Fields§
§path: String§decision: ArchitecturePathDecision§matched_prefix: Option<String>§reason: StringTrait Implementations§
Source§impl Clone for ArchitecturePathReport
impl Clone for ArchitecturePathReport
Source§fn clone(&self) -> ArchitecturePathReport
fn clone(&self) -> ArchitecturePathReport
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 ArchitecturePathReport
impl Debug for ArchitecturePathReport
Source§impl<'de> Deserialize<'de> for ArchitecturePathReport
impl<'de> Deserialize<'de> for ArchitecturePathReport
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 ArchitecturePathReport
impl PartialEq for ArchitecturePathReport
Source§impl Serialize for ArchitecturePathReport
impl Serialize for ArchitecturePathReport
impl Eq for ArchitecturePathReport
impl StructuralPartialEq for ArchitecturePathReport
Auto Trait Implementations§
impl Freeze for ArchitecturePathReport
impl RefUnwindSafe for ArchitecturePathReport
impl Send for ArchitecturePathReport
impl Sync for ArchitecturePathReport
impl Unpin for ArchitecturePathReport
impl UnsafeUnpin for ArchitecturePathReport
impl UnwindSafe for ArchitecturePathReport
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