pub struct AdditionalProperty {
pub type_field: String,
pub category: String,
pub key: String,
pub source_system_key: String,
pub value: String,
}
Fields§
§type_field: String
§category: String
Additional property category
key: String
Additional property key
source_system_key: String
Source system key
value: String
Porperty value
Trait Implementations§
Source§impl Clone for AdditionalProperty
impl Clone for AdditionalProperty
Source§fn clone(&self) -> AdditionalProperty
fn clone(&self) -> AdditionalProperty
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 AdditionalProperty
impl Debug for AdditionalProperty
Source§impl Default for AdditionalProperty
impl Default for AdditionalProperty
Source§fn default() -> AdditionalProperty
fn default() -> AdditionalProperty
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for AdditionalProperty
impl<'de> Deserialize<'de> for AdditionalProperty
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 AdditionalProperty
impl PartialEq for AdditionalProperty
Source§impl Serialize for AdditionalProperty
impl Serialize for AdditionalProperty
impl StructuralPartialEq for AdditionalProperty
Auto Trait Implementations§
impl Freeze for AdditionalProperty
impl RefUnwindSafe for AdditionalProperty
impl Send for AdditionalProperty
impl Sync for AdditionalProperty
impl Unpin for AdditionalProperty
impl UnwindSafe for AdditionalProperty
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