Trait IFaxFolders_Impl
pub trait IFaxFolders_Impl: IDispatch_Impl {
// Required methods
fn OutgoingQueue(&self) -> Result<IFaxOutgoingQueue>;
fn IncomingQueue(&self) -> Result<IFaxIncomingQueue>;
fn IncomingArchive(&self) -> Result<IFaxIncomingArchive>;
fn OutgoingArchive(&self) -> Result<IFaxOutgoingArchive>;
}
Required Methods§
fn OutgoingQueue(&self) -> Result<IFaxOutgoingQueue>
fn IncomingQueue(&self) -> Result<IFaxIncomingQueue>
fn IncomingArchive(&self) -> Result<IFaxIncomingArchive>
fn OutgoingArchive(&self) -> Result<IFaxOutgoingArchive>
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.