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