pub struct ConfigInner { /* private fields */ }Expand description
内部配置数据,被多个服务共享
Trait Implementations§
Source§impl Debug for ConfigInner
impl Debug for ConfigInner
Auto Trait Implementations§
impl Freeze for ConfigInner
impl !RefUnwindSafe for ConfigInner
impl Send for ConfigInner
impl Sync for ConfigInner
impl Unpin for ConfigInner
impl UnsafeUnpin for ConfigInner
impl !UnwindSafe for ConfigInner
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