pub struct projectMapping;Trait Implementations§
Source§impl Field for projectMapping
impl Field for projectMapping
impl HasInputField<projectMapping, Option<Vec<JiraLinearMappingInput>>> for JiraSettingsInput
Auto Trait Implementations§
impl Freeze for projectMapping
impl RefUnwindSafe for projectMapping
impl Send for projectMapping
impl Sync for projectMapping
impl Unpin for projectMapping
impl UnwindSafe for projectMapping
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