pub struct ConfigApi { /* private fields */ }Expand description
Config API client.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for ConfigApi
impl !UnwindSafe for ConfigApi
impl Freeze for ConfigApi
impl Send for ConfigApi
impl Sync for ConfigApi
impl Unpin for ConfigApi
impl UnsafeUnpin for ConfigApi
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