pub struct ConfigHelpEntry {
pub key: String,
pub value_type: String,
pub description: String,
pub optional: bool,
pub multiple_targets: bool,
}Fields§
§key: String§value_type: String§description: String§optional: bool§multiple_targets: boolTrait Implementations§
Source§impl Clone for ConfigHelpEntry
impl Clone for ConfigHelpEntry
Source§fn clone(&self) -> ConfigHelpEntry
fn clone(&self) -> ConfigHelpEntry
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ConfigHelpEntry
impl Debug for ConfigHelpEntry
Source§impl<'de> Deserialize<'de> for ConfigHelpEntry
impl<'de> Deserialize<'de> for ConfigHelpEntry
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
impl Eq for ConfigHelpEntry
Source§impl PartialEq for ConfigHelpEntry
impl PartialEq for ConfigHelpEntry
Source§impl Serialize for ConfigHelpEntry
impl Serialize for ConfigHelpEntry
impl StructuralPartialEq for ConfigHelpEntry
Auto Trait Implementations§
impl Freeze for ConfigHelpEntry
impl RefUnwindSafe for ConfigHelpEntry
impl Send for ConfigHelpEntry
impl Sync for ConfigHelpEntry
impl Unpin for ConfigHelpEntry
impl UnsafeUnpin for ConfigHelpEntry
impl UnwindSafe for ConfigHelpEntry
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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