pub struct OCELEventAttribute {
pub name: String,
pub value: OCELAttributeValue,
}Fields§
§name: String§value: OCELAttributeValueTrait Implementations§
Source§impl Clone for OCELEventAttribute
impl Clone for OCELEventAttribute
Source§fn clone(&self) -> OCELEventAttribute
fn clone(&self) -> OCELEventAttribute
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 OCELEventAttribute
impl Debug for OCELEventAttribute
Source§impl<'de> Deserialize<'de> for OCELEventAttribute
impl<'de> Deserialize<'de> for OCELEventAttribute
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 OCELEventAttribute
impl PartialEq for OCELEventAttribute
Source§fn eq(&self, other: &OCELEventAttribute) -> bool
fn eq(&self, other: &OCELEventAttribute) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for OCELEventAttribute
impl Serialize for OCELEventAttribute
impl StructuralPartialEq for OCELEventAttribute
Auto Trait Implementations§
impl Freeze for OCELEventAttribute
impl RefUnwindSafe for OCELEventAttribute
impl Send for OCELEventAttribute
impl Sync for OCELEventAttribute
impl Unpin for OCELEventAttribute
impl UnsafeUnpin for OCELEventAttribute
impl UnwindSafe for OCELEventAttribute
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