pub struct OCELTypeAttribute {
pub name: String,
pub value_type: String,
}Fields§
§name: String§value_type: StringTrait Implementations§
Source§impl Clone for OCELTypeAttribute
impl Clone for OCELTypeAttribute
Source§fn clone(&self) -> OCELTypeAttribute
fn clone(&self) -> OCELTypeAttribute
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 OCELTypeAttribute
impl Debug for OCELTypeAttribute
Source§impl<'de> Deserialize<'de> for OCELTypeAttribute
impl<'de> Deserialize<'de> for OCELTypeAttribute
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 Hash for OCELTypeAttribute
impl Hash for OCELTypeAttribute
Source§impl PartialEq for OCELTypeAttribute
impl PartialEq for OCELTypeAttribute
Source§fn eq(&self, other: &OCELTypeAttribute) -> bool
fn eq(&self, other: &OCELTypeAttribute) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for OCELTypeAttribute
impl Serialize for OCELTypeAttribute
impl Eq for OCELTypeAttribute
impl StructuralPartialEq for OCELTypeAttribute
Auto Trait Implementations§
impl Freeze for OCELTypeAttribute
impl RefUnwindSafe for OCELTypeAttribute
impl Send for OCELTypeAttribute
impl Sync for OCELTypeAttribute
impl Unpin for OCELTypeAttribute
impl UnsafeUnpin for OCELTypeAttribute
impl UnwindSafe for OCELTypeAttribute
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.