pub struct UltimateIntegrationOptimizer { /* private fields */ }Expand description
Ultimate Integration Optimizer - The apex of performance optimization
Implementations§
Source§impl UltimateIntegrationOptimizer
impl UltimateIntegrationOptimizer
Sourcepub fn execute_ultimate_optimization(
&self,
) -> Result<UltimateOptimizationResult, Box<dyn Error>>
pub fn execute_ultimate_optimization( &self, ) -> Result<UltimateOptimizationResult, Box<dyn Error>>
Execute ultimate system-wide optimization
Sourcepub fn get_optimization_status(&self) -> OptimizationStatus
pub fn get_optimization_status(&self) -> OptimizationStatus
Get current optimization status
Trait Implementations§
Auto Trait Implementations§
impl Freeze for UltimateIntegrationOptimizer
impl RefUnwindSafe for UltimateIntegrationOptimizer
impl Send for UltimateIntegrationOptimizer
impl Sync for UltimateIntegrationOptimizer
impl Unpin for UltimateIntegrationOptimizer
impl UnsafeUnpin for UltimateIntegrationOptimizer
impl UnwindSafe for UltimateIntegrationOptimizer
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self> ⓘ
fn into_either(self, into_left: bool) -> Either<Self, Self> ⓘ
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self> ⓘ
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self> ⓘ
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more