pub struct InheritanceEntityMapping;Trait Implementations§
impl HasInputField<issueLabels, Option<JSONObject>> for InheritanceEntityMapping
impl HasInputField<workflowStates, JSONObject> for InheritanceEntityMapping
impl InputObjectMarker for InheritanceEntityMapping
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