Struct pueue_lib::settings::NestedSettings
source · [−]Expand description
The nested settings struct for profiles.
In contrast to the normal Settings struct, this struct doesn’t allow profiles.
That way we prevent nested profiles and problems with self-referencing structs.
Fields
client: Clientdaemon: DaemonTrait Implementations
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
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for NestedSettings
impl Send for NestedSettings
impl Sync for NestedSettings
impl Unpin for NestedSettings
impl UnwindSafe for NestedSettings
Blanket Implementations
Mutably borrows from an owned value. Read more