pub(crate) struct RootConfig {
pub(crate) transient: bool,
}Fields§
§transient: boolTrait Implementations§
Source§impl Debug for RootConfig
impl Debug for RootConfig
Source§impl Default for RootConfig
impl Default for RootConfig
Source§fn default() -> RootConfig
fn default() -> RootConfig
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for RootConfig
impl<'de> Deserialize<'de> for RootConfig
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 RootConfig
impl RefUnwindSafe for RootConfig
impl Send for RootConfig
impl Sync for RootConfig
impl Unpin for RootConfig
impl UnwindSafe for RootConfig
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