pub struct ConfigApi;Expand description
ConfigApi
Implementations§
Source§impl ConfigApi
impl ConfigApi
pub fn export_toml() -> Result<String, PublicError>
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