pub enum ConfigFileContent {
File(File),
}Variants§
Auto Trait Implementations§
impl Freeze for ConfigFileContent
impl RefUnwindSafe for ConfigFileContent
impl Send for ConfigFileContent
impl Sync for ConfigFileContent
impl Unpin for ConfigFileContent
impl UnwindSafe for ConfigFileContent
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