pub struct SettingsJson {
pub hooks: Option<HooksConfig>,
}Fields§
§hooks: Option<HooksConfig>Trait Implementations§
Source§impl Debug for SettingsJson
impl Debug for SettingsJson
Source§impl<'de> Deserialize<'de> for SettingsJson
impl<'de> Deserialize<'de> for SettingsJson
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 SettingsJson
impl RefUnwindSafe for SettingsJson
impl Send for SettingsJson
impl Sync for SettingsJson
impl Unpin for SettingsJson
impl UnwindSafe for SettingsJson
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