Struct kconfig_parser::ast::parser::MenuConfigElement
source · [−]pub struct MenuConfigElement { /* private fields */ }Expand description
Describes a menu-configuration element, typically starting with the “menuconfig” keyword
Trait Implementations
sourceimpl Clone for MenuConfigElement
impl Clone for MenuConfigElement
sourcefn clone(&self) -> MenuConfigElement
fn clone(&self) -> MenuConfigElement
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for MenuConfigElement
impl Debug for MenuConfigElement
sourceimpl Hash for MenuConfigElement
impl Hash for MenuConfigElement
sourceimpl PartialEq<MenuConfigElement> for MenuConfigElement
impl PartialEq<MenuConfigElement> for MenuConfigElement
sourcefn eq(&self, other: &MenuConfigElement) -> bool
fn eq(&self, other: &MenuConfigElement) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &MenuConfigElement) -> bool
fn ne(&self, other: &MenuConfigElement) -> bool
This method tests for !=.
impl Eq for MenuConfigElement
impl StructuralEq for MenuConfigElement
impl StructuralPartialEq for MenuConfigElement
Auto Trait Implementations
impl RefUnwindSafe for MenuConfigElement
impl Send for MenuConfigElement
impl Sync for MenuConfigElement
impl Unpin for MenuConfigElement
impl UnwindSafe for MenuConfigElement
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