Struct nom_kconfig::attribute::enable::Enable
source · pub struct Enable {
pub symbol: String,
}Fields§
§symbol: StringTrait Implementations§
source§impl<'de> Deserialize<'de> for Enable
impl<'de> Deserialize<'de> for Enable
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl PartialEq<Enable> for Enable
impl PartialEq<Enable> for Enable
impl StructuralPartialEq for Enable
Auto Trait Implementations§
impl RefUnwindSafe for Enable
impl Send for Enable
impl Sync for Enable
impl Unpin for Enable
impl UnwindSafe for Enable
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