Enum kconfig_represent::InputMode
source · [−]pub enum InputMode {
String,
Hex,
Int,
}Variants
String
Hex
Int
Trait Implementations
impl Eq for InputMode
impl StructuralEq for InputMode
impl StructuralPartialEq for InputMode
Auto Trait Implementations
impl RefUnwindSafe for InputMode
impl Send for InputMode
impl Sync for InputMode
impl Unpin for InputMode
impl UnwindSafe for InputMode
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more