pub struct OperationVariable {
pub value: SubmodelElement,
}Fields§
§value: SubmodelElementImplementations§
Source§impl OperationVariable
impl OperationVariable
pub fn new(submodel_element: SubmodelElement) -> Self
Trait Implementations§
Source§impl Clone for OperationVariable
impl Clone for OperationVariable
Source§fn clone(&self) -> OperationVariable
fn clone(&self) -> OperationVariable
Returns a duplicate 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 OperationVariable
impl Debug for OperationVariable
Source§impl<'de> Deserialize<'de> for OperationVariable
impl<'de> Deserialize<'de> for OperationVariable
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 OperationVariable
impl PartialEq for OperationVariable
Source§impl Serialize for OperationVariable
impl Serialize for OperationVariable
impl StructuralPartialEq for OperationVariable
Auto Trait Implementations§
impl Freeze for OperationVariable
impl RefUnwindSafe for OperationVariable
impl Send for OperationVariable
impl Sync for OperationVariable
impl Unpin for OperationVariable
impl UnwindSafe for OperationVariable
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