pub struct ConfigService {
pub environment: String,
}
Expand description
Configuration service for core infrastructure
Fields§
§environment: String
Trait Implementations§
Source§impl Debug for ConfigService
impl Debug for ConfigService
Source§impl Default for ConfigService
impl Default for ConfigService
Source§fn default() -> ConfigService
fn default() -> ConfigService
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ConfigService
impl RefUnwindSafe for ConfigService
impl Send for ConfigService
impl Sync for ConfigService
impl Unpin for ConfigService
impl UnwindSafe for ConfigService
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