pub struct AttributeReport {
pub path: AttributePath,
pub data: AttributeData,
pub data_version: Option<u32>,
}Expand description
One decoded AttributeReportIB.
Fields§
§path: AttributePath§data: AttributeData§data_version: Option<u32>Trait Implementations§
Source§impl Clone for AttributeReport
impl Clone for AttributeReport
Source§fn clone(&self) -> AttributeReport
fn clone(&self) -> AttributeReport
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 AttributeReport
impl Debug for AttributeReport
Source§impl PartialEq for AttributeReport
impl PartialEq for AttributeReport
impl StructuralPartialEq for AttributeReport
Auto Trait Implementations§
impl Freeze for AttributeReport
impl RefUnwindSafe for AttributeReport
impl Send for AttributeReport
impl Sync for AttributeReport
impl Unpin for AttributeReport
impl UnsafeUnpin for AttributeReport
impl UnwindSafe for AttributeReport
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