pub struct InheritanceEntityMapping {
pub workflow_states: Option<Value>,
pub issue_labels: Option<Value>,
}Fields§
§workflow_states: Option<Value>Mapping of the WorkflowState ID to the new WorkflowState ID.
issue_labels: Option<Value>Mapping of the IssueLabel ID to the new IssueLabel name.
Trait Implementations§
Source§impl Clone for InheritanceEntityMapping
impl Clone for InheritanceEntityMapping
Source§fn clone(&self) -> InheritanceEntityMapping
fn clone(&self) -> InheritanceEntityMapping
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 InheritanceEntityMapping
impl Debug for InheritanceEntityMapping
Source§impl Default for InheritanceEntityMapping
impl Default for InheritanceEntityMapping
Source§fn default() -> InheritanceEntityMapping
fn default() -> InheritanceEntityMapping
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for InheritanceEntityMapping
impl<'de> Deserialize<'de> for InheritanceEntityMapping
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
Auto Trait Implementations§
impl Freeze for InheritanceEntityMapping
impl RefUnwindSafe for InheritanceEntityMapping
impl Send for InheritanceEntityMapping
impl Sync for InheritanceEntityMapping
impl Unpin for InheritanceEntityMapping
impl UnwindSafe for InheritanceEntityMapping
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