pub struct AttributeCorrelation {
pub attribute_id: String,
pub attribute_uuid: String,
pub event_id: String,
pub value: String,
pub attr_type: String,
pub category: String,
}Fields§
§attribute_id: String§attribute_uuid: String§event_id: String§value: String§attr_type: String§category: StringTrait Implementations§
Source§impl Clone for AttributeCorrelation
impl Clone for AttributeCorrelation
Source§fn clone(&self) -> AttributeCorrelation
fn clone(&self) -> AttributeCorrelation
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 moreAuto Trait Implementations§
impl Freeze for AttributeCorrelation
impl RefUnwindSafe for AttributeCorrelation
impl Send for AttributeCorrelation
impl Sync for AttributeCorrelation
impl Unpin for AttributeCorrelation
impl UnwindSafe for AttributeCorrelation
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