Set the permission ruleset
(&mut self, permission: PermissionRuleset)
| 580 | |
| 581 | /// Set the permission ruleset |
| 582 | pub fn set_permission(&mut self, permission: PermissionRuleset) { |
| 583 | self.permission = Some(permission); |
| 584 | self.touch(); |
| 585 | } |
| 586 | |
| 587 | /// Set the revert information |
| 588 | pub fn set_revert(&mut self, revert: SessionRevert) { |
no test coverage detected