pub struct AvailableVariables {
pub variables: Vec<VariableInfo>,
}Expand description
A collection of available variables.
Fields§
§variables: Vec<VariableInfo>A list of VariableInfo objects representing the variables that are available.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AvailableVariables
impl RefUnwindSafe for AvailableVariables
impl Send for AvailableVariables
impl Sync for AvailableVariables
impl Unpin for AvailableVariables
impl UnsafeUnpin for AvailableVariables
impl UnwindSafe for AvailableVariables
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