pub struct CellarConfig {
pub ml_cellar: MlCellarConfig,
pub aws: AWSConfig,
}Expand description
Configuration for the ml-cellar repository.
Fields§
§ml_cellar: MlCellarConfig§aws: AWSConfigTrait Implementations§
Source§impl Debug for CellarConfig
impl Debug for CellarConfig
Source§impl Default for CellarConfig
impl Default for CellarConfig
Source§fn default() -> CellarConfig
fn default() -> CellarConfig
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for CellarConfigwhere
CellarConfig: Default,
impl<'de> Deserialize<'de> for CellarConfigwhere
CellarConfig: Default,
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 CellarConfig
impl RefUnwindSafe for CellarConfig
impl Send for CellarConfig
impl Sync for CellarConfig
impl Unpin for CellarConfig
impl UnwindSafe for CellarConfig
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