pub struct GetVariablesResponse<const GET_VARIABLES_RESPONSE_GET_VARIABLE_RESULT_CAP: usize = 16> {
pub custom_data: Option<CustomData>,
pub get_variable_result: Vec<GetVariableResult, GET_VARIABLES_RESPONSE_GET_VARIABLE_RESULT_CAP>,
}Fields§
§custom_data: Option<CustomData>§get_variable_result: Vec<GetVariableResult, GET_VARIABLES_RESPONSE_GET_VARIABLE_RESULT_CAP>Trait Implementations§
Source§impl<const GET_VARIABLES_RESPONSE_GET_VARIABLE_RESULT_CAP: usize> Action for GetVariablesResponse<GET_VARIABLES_RESPONSE_GET_VARIABLE_RESULT_CAP>
Available on non-crate feature alloc only.
impl<const GET_VARIABLES_RESPONSE_GET_VARIABLE_RESULT_CAP: usize> Action for GetVariablesResponse<GET_VARIABLES_RESPONSE_GET_VARIABLE_RESULT_CAP>
Available on non-crate feature
alloc only.Source§impl<const GET_VARIABLES_RESPONSE_GET_VARIABLE_RESULT_CAP: usize> Clone for GetVariablesResponse<GET_VARIABLES_RESPONSE_GET_VARIABLE_RESULT_CAP>
impl<const GET_VARIABLES_RESPONSE_GET_VARIABLE_RESULT_CAP: usize> Clone for GetVariablesResponse<GET_VARIABLES_RESPONSE_GET_VARIABLE_RESULT_CAP>
Source§fn clone(
&self,
) -> GetVariablesResponse<GET_VARIABLES_RESPONSE_GET_VARIABLE_RESULT_CAP>
fn clone( &self, ) -> GetVariablesResponse<GET_VARIABLES_RESPONSE_GET_VARIABLE_RESULT_CAP>
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<const GET_VARIABLES_RESPONSE_GET_VARIABLE_RESULT_CAP: usize> Debug for GetVariablesResponse<GET_VARIABLES_RESPONSE_GET_VARIABLE_RESULT_CAP>
impl<const GET_VARIABLES_RESPONSE_GET_VARIABLE_RESULT_CAP: usize> Debug for GetVariablesResponse<GET_VARIABLES_RESPONSE_GET_VARIABLE_RESULT_CAP>
impl<const GET_VARIABLES_RESPONSE_GET_VARIABLE_RESULT_CAP: usize> Eq for GetVariablesResponse<GET_VARIABLES_RESPONSE_GET_VARIABLE_RESULT_CAP>
Source§impl<const GET_VARIABLES_RESPONSE_GET_VARIABLE_RESULT_CAP: usize> PartialEq for GetVariablesResponse<GET_VARIABLES_RESPONSE_GET_VARIABLE_RESULT_CAP>
impl<const GET_VARIABLES_RESPONSE_GET_VARIABLE_RESULT_CAP: usize> PartialEq for GetVariablesResponse<GET_VARIABLES_RESPONSE_GET_VARIABLE_RESULT_CAP>
impl<const GET_VARIABLES_RESPONSE_GET_VARIABLE_RESULT_CAP: usize> StructuralPartialEq for GetVariablesResponse<GET_VARIABLES_RESPONSE_GET_VARIABLE_RESULT_CAP>
Auto Trait Implementations§
impl<const GET_VARIABLES_RESPONSE_GET_VARIABLE_RESULT_CAP: usize> Freeze for GetVariablesResponse<GET_VARIABLES_RESPONSE_GET_VARIABLE_RESULT_CAP>
impl<const GET_VARIABLES_RESPONSE_GET_VARIABLE_RESULT_CAP: usize> RefUnwindSafe for GetVariablesResponse<GET_VARIABLES_RESPONSE_GET_VARIABLE_RESULT_CAP>
impl<const GET_VARIABLES_RESPONSE_GET_VARIABLE_RESULT_CAP: usize> Send for GetVariablesResponse<GET_VARIABLES_RESPONSE_GET_VARIABLE_RESULT_CAP>
impl<const GET_VARIABLES_RESPONSE_GET_VARIABLE_RESULT_CAP: usize> Sync for GetVariablesResponse<GET_VARIABLES_RESPONSE_GET_VARIABLE_RESULT_CAP>
impl<const GET_VARIABLES_RESPONSE_GET_VARIABLE_RESULT_CAP: usize> Unpin for GetVariablesResponse<GET_VARIABLES_RESPONSE_GET_VARIABLE_RESULT_CAP>
impl<const GET_VARIABLES_RESPONSE_GET_VARIABLE_RESULT_CAP: usize> UnsafeUnpin for GetVariablesResponse<GET_VARIABLES_RESPONSE_GET_VARIABLE_RESULT_CAP>
impl<const GET_VARIABLES_RESPONSE_GET_VARIABLE_RESULT_CAP: usize> UnwindSafe for GetVariablesResponse<GET_VARIABLES_RESPONSE_GET_VARIABLE_RESULT_CAP>
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