pub struct LabeledEntry {
pub option: String,
pub entry: ConfigEntry,
}Fields§
§option: String§entry: ConfigEntryTrait Implementations§
Source§impl Debug for LabeledEntry
impl Debug for LabeledEntry
Source§impl<'de> Deserialize<'de> for LabeledEntry
impl<'de> Deserialize<'de> for LabeledEntry
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 for LabeledEntry
impl PartialEq for LabeledEntry
impl StructuralPartialEq for LabeledEntry
Auto Trait Implementations§
impl Freeze for LabeledEntry
impl RefUnwindSafe for LabeledEntry
impl Send for LabeledEntry
impl Sync for LabeledEntry
impl Unpin for LabeledEntry
impl UnsafeUnpin for LabeledEntry
impl UnwindSafe for LabeledEntry
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