pub struct VariablesResponse {
pub variables: Vec<Variable>,
}Fields§
§variables: Vec<Variable>All (or a range) of variables for the given variable reference.
Trait Implementations§
Source§impl Clone for VariablesResponse
impl Clone for VariablesResponse
Source§fn clone(&self) -> VariablesResponse
fn clone(&self) -> VariablesResponse
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for VariablesResponse
impl Debug for VariablesResponse
Source§impl Default for VariablesResponse
impl Default for VariablesResponse
Source§fn default() -> VariablesResponse
fn default() -> VariablesResponse
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for VariablesResponse
impl RefUnwindSafe for VariablesResponse
impl Send for VariablesResponse
impl Sync for VariablesResponse
impl Unpin for VariablesResponse
impl UnsafeUnpin for VariablesResponse
impl UnwindSafe for VariablesResponse
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