pub struct ConfigIn {
pub file: String,
pub entries: Vec<Entry>,
}Fields§
§file: String§entries: Vec<Entry>Trait Implementations§
impl StructuralPartialEq for ConfigIn
Auto Trait Implementations§
impl Freeze for ConfigIn
impl RefUnwindSafe for ConfigIn
impl Send for ConfigIn
impl Sync for ConfigIn
impl Unpin for ConfigIn
impl UnwindSafe for ConfigIn
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