pub enum SupportStatus {
InitialSupport,
ReintroducedSupport,
FullSupport,
PartialSupport,
LimitedSupport,
LimitedSupportFinalVersion,
SupportEnded,
NotCurrentlySupported,
NotDetected,
NotSupported,
}Variants§
InitialSupport
ReintroducedSupport
FullSupport
PartialSupport
LimitedSupport
LimitedSupportFinalVersion
SupportEnded
NotCurrentlySupported
NotDetected
NotSupported
Auto Trait Implementations§
impl Freeze for SupportStatus
impl RefUnwindSafe for SupportStatus
impl Send for SupportStatus
impl Sync for SupportStatus
impl Unpin for SupportStatus
impl UnwindSafe for SupportStatus
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