pub struct ProcessBehaviorField {
pub name: Option<String>,
pub reference_name: Option<String>,
pub url: Option<String>,
}
Expand description
Process Behavior Field.
Fields§
§name: Option<String>
Name of the field.
reference_name: Option<String>
Reference name of the field.
url: Option<String>
Url to field.
Implementations§
Trait Implementations§
source§impl Clone for ProcessBehaviorField
impl Clone for ProcessBehaviorField
source§fn clone(&self) -> ProcessBehaviorField
fn clone(&self) -> ProcessBehaviorField
Returns a copy 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 ProcessBehaviorField
impl Debug for ProcessBehaviorField
source§impl Default for ProcessBehaviorField
impl Default for ProcessBehaviorField
source§fn default() -> ProcessBehaviorField
fn default() -> ProcessBehaviorField
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for ProcessBehaviorField
impl<'de> Deserialize<'de> for ProcessBehaviorField
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 ProcessBehaviorField
impl PartialEq for ProcessBehaviorField
source§fn eq(&self, other: &ProcessBehaviorField) -> bool
fn eq(&self, other: &ProcessBehaviorField) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for ProcessBehaviorField
impl Serialize for ProcessBehaviorField
impl StructuralPartialEq for ProcessBehaviorField
Auto Trait Implementations§
impl Freeze for ProcessBehaviorField
impl RefUnwindSafe for ProcessBehaviorField
impl Send for ProcessBehaviorField
impl Sync for ProcessBehaviorField
impl Unpin for ProcessBehaviorField
impl UnwindSafe for ProcessBehaviorField
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