pub enum GetVariableStatusEnum {
Accepted,
Rejected,
UnknownComponent,
UnknownVariable,
NotSupportedAttributeType,
}Expand description
Result status of getting the variable.
Variants§
Trait Implementations§
Source§impl Clone for GetVariableStatusEnum
impl Clone for GetVariableStatusEnum
Source§fn clone(&self) -> GetVariableStatusEnum
fn clone(&self) -> GetVariableStatusEnum
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 GetVariableStatusEnum
impl Debug for GetVariableStatusEnum
Source§impl<'de> Deserialize<'de> for GetVariableStatusEnum
impl<'de> Deserialize<'de> for GetVariableStatusEnum
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
impl Eq for GetVariableStatusEnum
Source§impl PartialEq for GetVariableStatusEnum
impl PartialEq for GetVariableStatusEnum
Source§impl Serialize for GetVariableStatusEnum
impl Serialize for GetVariableStatusEnum
impl StructuralPartialEq for GetVariableStatusEnum
Source§impl Validate for GetVariableStatusEnum
Available on crate feature validate only.
impl Validate for GetVariableStatusEnum
Available on crate feature
validate only.Auto Trait Implementations§
impl Freeze for GetVariableStatusEnum
impl RefUnwindSafe for GetVariableStatusEnum
impl Send for GetVariableStatusEnum
impl Sync for GetVariableStatusEnum
impl Unpin for GetVariableStatusEnum
impl UnsafeUnpin for GetVariableStatusEnum
impl UnwindSafe for GetVariableStatusEnum
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