pub struct ArchitectureDetectorArgs {
pub analysis_type: String,
pub scope: Option<String>,
pub target_path: Option<String>,
}
Expand description
架构检测参数
Fields§
§analysis_type: String
§scope: Option<String>
§target_path: Option<String>
Trait Implementations§
Source§impl Debug for ArchitectureDetectorArgs
impl Debug for ArchitectureDetectorArgs
Source§impl<'de> Deserialize<'de> for ArchitectureDetectorArgs
impl<'de> Deserialize<'de> for ArchitectureDetectorArgs
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
Auto Trait Implementations§
impl Freeze for ArchitectureDetectorArgs
impl RefUnwindSafe for ArchitectureDetectorArgs
impl Send for ArchitectureDetectorArgs
impl Sync for ArchitectureDetectorArgs
impl Unpin for ArchitectureDetectorArgs
impl UnwindSafe for ArchitectureDetectorArgs
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