pub struct ResolvedSts {
pub service: ResolvedBaseServiceConfig,
pub database: ResolvedDatabaseConfig,
}
Fields§
§service: ResolvedBaseServiceConfig
§database: ResolvedDatabaseConfig
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ResolvedSts
impl !RefUnwindSafe for ResolvedSts
impl Send for ResolvedSts
impl Sync for ResolvedSts
impl Unpin for ResolvedSts
impl !UnwindSafe for ResolvedSts
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