pub enum KernelSupportType {
LongTermSupport,
ShortTermSupport,
Custom,
}Variants§
Auto Trait Implementations§
impl Freeze for KernelSupportType
impl RefUnwindSafe for KernelSupportType
impl Send for KernelSupportType
impl Sync for KernelSupportType
impl Unpin for KernelSupportType
impl UnwindSafe for KernelSupportType
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