pub struct VariablesResponseBody {
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 VariablesResponseBody
impl Clone for VariablesResponseBody
Source§fn clone(&self) -> VariablesResponseBody
fn clone(&self) -> VariablesResponseBody
Returns a copy 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 VariablesResponseBody
impl Debug for VariablesResponseBody
Source§impl<'de> Deserialize<'de> for VariablesResponseBody
impl<'de> Deserialize<'de> for VariablesResponseBody
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for VariablesResponseBody
impl PartialEq for VariablesResponseBody
Source§impl Serialize for VariablesResponseBody
impl Serialize for VariablesResponseBody
impl StructuralPartialEq for VariablesResponseBody
Auto Trait Implementations§
impl Freeze for VariablesResponseBody
impl RefUnwindSafe for VariablesResponseBody
impl Send for VariablesResponseBody
impl Sync for VariablesResponseBody
impl Unpin for VariablesResponseBody
impl UnwindSafe for VariablesResponseBody
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