pub struct ConfigAccess { /* private fields */ }Trait Implementations§
Source§impl ConfigRegionAccess for ConfigAccess
impl ConfigRegionAccess for ConfigAccess
Auto Trait Implementations§
impl Freeze for ConfigAccess
impl !RefUnwindSafe for ConfigAccess
impl Send for ConfigAccess
impl Sync for ConfigAccess
impl Unpin for ConfigAccess
impl !UnwindSafe for ConfigAccess
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