windows::Win32::Security::Authorization

Trait IAzApplicationGroup2_Impl

pub trait IAzApplicationGroup2_Impl: IAzApplicationGroup_Impl {
    // Required methods
    fn BizRule(&self) -> Result<BSTR>;
    fn SetBizRule(&self, bstrprop: &BSTR) -> Result<()>;
    fn BizRuleLanguage(&self) -> Result<BSTR>;
    fn SetBizRuleLanguage(&self, bstrprop: &BSTR) -> Result<()>;
    fn BizRuleImportedPath(&self) -> Result<BSTR>;
    fn SetBizRuleImportedPath(&self, bstrprop: &BSTR) -> Result<()>;
    fn RoleAssignments(
        &self,
        bstrscopename: &BSTR,
        brecursive: VARIANT_BOOL,
    ) -> Result<IAzRoleAssignments>;
}

Required Methods§

fn BizRule(&self) -> Result<BSTR>

fn SetBizRule(&self, bstrprop: &BSTR) -> Result<()>

fn BizRuleLanguage(&self) -> Result<BSTR>

fn SetBizRuleLanguage(&self, bstrprop: &BSTR) -> Result<()>

fn BizRuleImportedPath(&self) -> Result<BSTR>

fn SetBizRuleImportedPath(&self, bstrprop: &BSTR) -> Result<()>

fn RoleAssignments( &self, bstrscopename: &BSTR, brecursive: VARIANT_BOOL, ) -> Result<IAzRoleAssignments>

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§