pub struct Variables<'a, 'b>(pub BTreeMap<Cow<'a, str>, EValue<'b>>);
Tuple Fields§
§0: BTreeMap<Cow<'a, str>, EValue<'b>>
Trait Implementations§
Source§impl<'a, 'b> From<DataVariables<'a>> for Variables<'a, 'b>
impl<'a, 'b> From<DataVariables<'a>> for Variables<'a, 'b>
Source§fn from(value: DataVariables<'a>) -> Self
fn from(value: DataVariables<'a>) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl<'a, 'b> Freeze for Variables<'a, 'b>
impl<'a, 'b> !RefUnwindSafe for Variables<'a, 'b>
impl<'a, 'b> !Send for Variables<'a, 'b>
impl<'a, 'b> !Sync for Variables<'a, 'b>
impl<'a, 'b> Unpin for Variables<'a, 'b>
impl<'a, 'b> !UnwindSafe for Variables<'a, 'b>
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