pub enum OptiScalerInstallStatus {
Absent,
Managed,
Unmanaged,
PartiallyManaged,
Conflicted,
}Variants§
Trait Implementations§
Source§impl Clone for OptiScalerInstallStatus
impl Clone for OptiScalerInstallStatus
Source§fn clone(&self) -> OptiScalerInstallStatus
fn clone(&self) -> OptiScalerInstallStatus
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for OptiScalerInstallStatus
impl Debug for OptiScalerInstallStatus
Source§impl Display for OptiScalerInstallStatus
impl Display for OptiScalerInstallStatus
Source§impl PartialEq for OptiScalerInstallStatus
impl PartialEq for OptiScalerInstallStatus
Source§fn eq(&self, other: &OptiScalerInstallStatus) -> bool
fn eq(&self, other: &OptiScalerInstallStatus) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for OptiScalerInstallStatus
impl StructuralPartialEq for OptiScalerInstallStatus
Auto Trait Implementations§
impl Freeze for OptiScalerInstallStatus
impl RefUnwindSafe for OptiScalerInstallStatus
impl Send for OptiScalerInstallStatus
impl Sync for OptiScalerInstallStatus
impl Unpin for OptiScalerInstallStatus
impl UnsafeUnpin for OptiScalerInstallStatus
impl UnwindSafe for OptiScalerInstallStatus
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.