pub struct MessageAttribute {
pub name: String,
pub id: u32,
pub signal_name: String,
pub value: String,
}
Fields§
§name: String
§id: u32
§signal_name: String
§value: String
Trait Implementations§
Source§impl Clone for MessageAttribute
impl Clone for MessageAttribute
Source§fn clone(&self) -> MessageAttribute
fn clone(&self) -> MessageAttribute
Returns a copy 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 MessageAttribute
impl Debug for MessageAttribute
Source§impl PartialEq for MessageAttribute
impl PartialEq for MessageAttribute
impl Eq for MessageAttribute
impl StructuralPartialEq for MessageAttribute
Auto Trait Implementations§
impl Freeze for MessageAttribute
impl RefUnwindSafe for MessageAttribute
impl Send for MessageAttribute
impl Sync for MessageAttribute
impl Unpin for MessageAttribute
impl UnwindSafe for MessageAttribute
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