Trait IADsPrintQueueOperations_Impl
pub trait IADsPrintQueueOperations_Impl: IADs_Impl {
// Required methods
fn Status(&self) -> Result<i32>;
fn PrintJobs(&self) -> Result<IADsCollection>;
fn Pause(&self) -> Result<()>;
fn Resume(&self) -> Result<()>;
fn Purge(&self) -> Result<()>;
}
Required Methods§
fn Status(&self) -> Result<i32>
fn PrintJobs(&self) -> Result<IADsCollection>
fn Pause(&self) -> Result<()>
fn Resume(&self) -> Result<()>
fn Purge(&self) -> 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.