pub struct SetVariableResult {
pub attribute_status: SetVariableStatusEnum,
pub attribute_status_info: Option<StatusInfo>,
pub attribute_type: Option<AttributeEnum>,
pub component: Component,
pub custom_data: Option<CustomData>,
pub variable: Variable,
}Fields§
§attribute_status: SetVariableStatusEnum§attribute_status_info: Option<StatusInfo>§attribute_type: Option<AttributeEnum>§component: Component§custom_data: Option<CustomData>§variable: VariableTrait Implementations§
Source§impl Clone for SetVariableResult
impl Clone for SetVariableResult
Source§fn clone(&self) -> SetVariableResult
fn clone(&self) -> SetVariableResult
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 SetVariableResult
impl Debug for SetVariableResult
impl Eq for SetVariableResult
Source§impl PartialEq for SetVariableResult
impl PartialEq for SetVariableResult
impl StructuralPartialEq for SetVariableResult
Auto Trait Implementations§
impl Freeze for SetVariableResult
impl RefUnwindSafe for SetVariableResult
impl Send for SetVariableResult
impl Sync for SetVariableResult
impl Unpin for SetVariableResult
impl UnsafeUnpin for SetVariableResult
impl UnwindSafe for SetVariableResult
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