pub struct AttributeValueForSignal {
pub name: String,
pub message_id: MessageId,
pub signal_name: String,
pub value: AttributeValue,
}Fields§
§name: String§message_id: MessageId§signal_name: String§value: AttributeValueTrait Implementations§
Source§impl Clone for AttributeValueForSignal
impl Clone for AttributeValueForSignal
Source§fn clone(&self) -> AttributeValueForSignal
fn clone(&self) -> AttributeValueForSignal
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 AttributeValueForSignal
impl Debug for AttributeValueForSignal
Source§impl<'de> Deserialize<'de> for AttributeValueForSignal
impl<'de> Deserialize<'de> for AttributeValueForSignal
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 AttributeValueForSignal
impl PartialEq for AttributeValueForSignal
Source§impl Serialize for AttributeValueForSignal
impl Serialize for AttributeValueForSignal
impl StructuralPartialEq for AttributeValueForSignal
Auto Trait Implementations§
impl Freeze for AttributeValueForSignal
impl RefUnwindSafe for AttributeValueForSignal
impl Send for AttributeValueForSignal
impl Sync for AttributeValueForSignal
impl Unpin for AttributeValueForSignal
impl UnwindSafe for AttributeValueForSignal
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