pub struct HmList {
pub values: Vec<String>,
}Expand description
A whitespace-separated list of values used for multi-value config options.
Fields§
§values: Vec<String>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for HmList
impl RefUnwindSafe for HmList
impl Send for HmList
impl Sync for HmList
impl Unpin for HmList
impl UnsafeUnpin for HmList
impl UnwindSafe for HmList
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