pub struct ConfStr { /* private fields */ }
Expand description
Parsed configuration string.
The parameters are stored in a Vec
of (Key, Value)
pairs.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ConfStr
impl RefUnwindSafe for ConfStr
impl Send for ConfStr
impl Sync for ConfStr
impl Unpin for ConfStr
impl UnwindSafe for ConfStr
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