Trait IFaxSecurity2_Impl
pub trait IFaxSecurity2_Impl: IDispatch_Impl {
// Required methods
fn Descriptor(&self) -> Result<VARIANT>;
fn SetDescriptor(&self, vdescriptor: &VARIANT) -> Result<()>;
fn GrantedRights(&self) -> Result<FAX_ACCESS_RIGHTS_ENUM_2>;
fn Refresh(&self) -> Result<()>;
fn Save(&self) -> Result<()>;
fn InformationType(&self) -> Result<i32>;
fn SetInformationType(&self, linformationtype: i32) -> Result<()>;
}
Required Methods§
fn Descriptor(&self) -> Result<VARIANT>
fn SetDescriptor(&self, vdescriptor: &VARIANT) -> Result<()>
fn GrantedRights(&self) -> Result<FAX_ACCESS_RIGHTS_ENUM_2>
fn Refresh(&self) -> Result<()>
fn Save(&self) -> Result<()>
fn InformationType(&self) -> Result<i32>
fn SetInformationType(&self, linformationtype: i32) -> Result<()>
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.