pub struct HintsConfig {
pub default_verbosity: HintVerbosity,
pub types: BTreeMap<String, HintTypeRule>,
}Fields§
§default_verbosity: HintVerbosity§types: BTreeMap<String, HintTypeRule>Implementations§
Trait Implementations§
Source§impl Clone for HintsConfig
impl Clone for HintsConfig
Source§fn clone(&self) -> HintsConfig
fn clone(&self) -> HintsConfig
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 HintsConfig
impl Debug for HintsConfig
Source§impl Default for HintsConfig
impl Default for HintsConfig
Source§impl<'de> Deserialize<'de> for HintsConfig
impl<'de> Deserialize<'de> for HintsConfig
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
Auto Trait Implementations§
impl Freeze for HintsConfig
impl RefUnwindSafe for HintsConfig
impl Send for HintsConfig
impl Sync for HintsConfig
impl Unpin for HintsConfig
impl UnsafeUnpin for HintsConfig
impl UnwindSafe for HintsConfig
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