pub struct GetVariableData {
pub attribute_type: Option<AttributeEnum>,
pub component: Component,
pub custom_data: Option<CustomData>,
pub variable: Variable,
}Expand description
Class to hold parameters for GetVariables request.
Fields§
§attribute_type: Option<AttributeEnum>§component: Component§custom_data: Option<CustomData>§variable: VariableTrait Implementations§
Source§impl Clone for GetVariableData
impl Clone for GetVariableData
Source§fn clone(&self) -> GetVariableData
fn clone(&self) -> GetVariableData
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 GetVariableData
impl Debug for GetVariableData
impl Eq for GetVariableData
Source§impl PartialEq for GetVariableData
impl PartialEq for GetVariableData
impl StructuralPartialEq for GetVariableData
Auto Trait Implementations§
impl Freeze for GetVariableData
impl RefUnwindSafe for GetVariableData
impl Send for GetVariableData
impl Sync for GetVariableData
impl Unpin for GetVariableData
impl UnsafeUnpin for GetVariableData
impl UnwindSafe for GetVariableData
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