pub enum ConfigResult {
Ok(AppConfig),
Err(String),
}Variants§
Auto Trait Implementations§
impl Freeze for ConfigResult
impl RefUnwindSafe for ConfigResult
impl Send for ConfigResult
impl Sync for ConfigResult
impl Unpin for ConfigResult
impl UnsafeUnpin for ConfigResult
impl UnwindSafe for ConfigResult
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