pub struct ValueGroup {
pub name: String,
pub values: Vec<(String, Value)>,
}
Fields§
§name: String
§values: Vec<(String, Value)>
Auto Trait Implementations§
impl Freeze for ValueGroup
impl RefUnwindSafe for ValueGroup
impl Send for ValueGroup
impl Sync for ValueGroup
impl Unpin for ValueGroup
impl UnwindSafe for ValueGroup
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