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

Method as_mut

resources/windows_firewall/src/firewall.rs:24–26  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

22 }
23
24 fn as_mut(&mut self) -> &mut VARIANT {
25 &mut self.0
26 }
27
28 fn as_ref(&self) -> &VARIANT {
29 &self.0

Callers 1

enumerate_rulesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected