pub struct ConfigRoot {
pub config: Config,
}
Fields§
§config: Config
Trait Implementations§
Source§impl Clone for ConfigRoot
impl Clone for ConfigRoot
Source§fn clone(&self) -> ConfigRoot
fn clone(&self) -> ConfigRoot
Returns a copy of the value. Read more
1.0.0 · 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 ConfigRoot
impl Debug for ConfigRoot
Source§impl<'de> Deserialize<'de> for ConfigRoot
impl<'de> Deserialize<'de> for ConfigRoot
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
Source§impl Hash for ConfigRoot
impl Hash for ConfigRoot
Source§impl PartialEq for ConfigRoot
impl PartialEq for ConfigRoot
Source§impl Serialize for ConfigRoot
impl Serialize for ConfigRoot
impl StructuralPartialEq for ConfigRoot
Auto Trait Implementations§
impl Freeze for ConfigRoot
impl RefUnwindSafe for ConfigRoot
impl Send for ConfigRoot
impl Sync for ConfigRoot
impl Unpin for ConfigRoot
impl UnwindSafe for ConfigRoot
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