MCPcopy Create free account
hub / github.com/PowerShell/DSC / Setting

Enum Setting

resources/sshdconfig/src/args.rs:76–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74
75#[derive(Clone, Debug, Eq, PartialEq, ValueEnum)]
76pub enum Setting {
77 SshdConfig,
78 SshdConfigRepeat,
79 SshdConfigRepeatList,
80 WindowsGlobal,
81}

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected